Skip to content

Instantly share code, notes, and snippets.

@aaronky
Created June 19, 2012 00:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaronky/2951645 to your computer and use it in GitHub Desktop.
Save aaronky/2951645 to your computer and use it in GitHub Desktop.
security.bsd.see_other_uids=0 # Unprivileged processes may see subjects/objects with different real uid
security.bsd.see_other_gids=0 # Unprivileged processes may see subjects/objects with different real gid
security.bsd.unprivileged_read_msgbuf=0 # Unprivileged processes may read the kernel message buffer
security.jail.allow_raw_sockets=1 # Prison root can create raw sockets
security.jail.param.allow.sysvipc=1 # Jail may use SYSV IPC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment