Skip to content

Instantly share code, notes, and snippets.

View nevins-b's full-sized avatar
💭
Building things

Nevins nevins-b

💭
Building things
View GitHub Profile
@nevins-b
nevins-b / hello-world.seccomp.json
Created July 18, 2016 13:07
hello-world.seccomp.json
{
"defaultAction": "SCMP_ACT_ERRNO",
"architectures": [
"SCMP_ARCH_X86_64",
"SCMP_ARCH_X86"
],
"syscalls": [
{
"name": "set_robust_list",
"action": "SCMP_ACT_ALLOW",
#
# Salt Stack Salt Master Container
#
FROM ubuntu:14.04
# Update System
RUN apt-get update \
&& apt-get upgrade -y -o DPkg::Options::=--force-confold \
&& apt-get install -y wget
### Keybase proof
I hereby claim:
* I am nevins-b on github.
* I am nevinsb (https://keybase.io/nevinsb) on keybase.
* I have a public key whose fingerprint is 77E4 8A49 8FB4 3A88 F4BA 0265 7FD4 2A23 823A 3738
To claim this, I am signing this object:
import socket
import requesocks as requests
import random
import socks # SocksiPy module
import stem.process
from stem.util import term
SOCKS_PORT = 7000
import socket
import requesocks as requests
import socks # SocksiPy module
import stem.process
from stem.util import term
SOCKS_PORT = 7000