-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
first-use script fixed / snowflake is now running under Ubuntu (appar…
…mor configuration entry) / macchanger -p broke rc.local - fixed!
- Loading branch information
Showing
6 changed files
with
139 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# vim:syntax=apparmor | ||
|
||
#include <abstractions/base> | ||
#include <abstractions/nameservice> | ||
#include <abstractions/openssl> | ||
|
||
network tcp, | ||
network udp, | ||
|
||
capability chown, | ||
capability dac_read_search, | ||
capability fowner, | ||
capability fsetid, | ||
capability setgid, | ||
capability setuid, | ||
|
||
/usr/bin/tor r, | ||
/usr/sbin/tor r, | ||
|
||
# Needed by obfs4proxy | ||
/proc/sys/net/core/somaxconn r, | ||
|
||
/proc/sys/kernel/random/uuid r, | ||
/sys/devices/system/cpu/ r, | ||
/sys/devices/system/cpu/** r, | ||
|
||
/etc/tor/* r, | ||
/usr/share/tor/** r, | ||
|
||
/usr/bin/obfsproxy PUx, | ||
/usr/bin/obfs4proxy Pix, | ||
|
||
# Needed by snowflake | ||
/usr/bin/snowflake-client Pix, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters