[Pkg-privacy-commits] [obfsproxy] 01/06: Import AppArmor profile.
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:02:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch bug739284-add-apparmor-profile
in repository obfsproxy.
commit 51c045ffe5524379726723bacd60274128b1f111
Author: intrigeri <intrigeri at debian.org>
Date: Sun Aug 31 02:52:27 2014 +0000
Import AppArmor profile.
---
debian/apparmor-profile | 16 ++++++++++++++++
debian/copyright | 1 +
2 files changed, 17 insertions(+)
diff --git a/debian/apparmor-profile b/debian/apparmor-profile
new file mode 100644
index 0000000..9cb162c
--- /dev/null
+++ b/debian/apparmor-profile
@@ -0,0 +1,16 @@
+#include <tunables/global>
+
+/usr/bin/obfsproxy {
+ #include <abstractions/base>
+ #include <abstractions/nameservice>
+ #include <abstractions/python>
+
+ /usr/bin/ r,
+ /usr/bin/obfsproxy r,
+ /usr/bin/python2.7 r,
+
+ /var/lib/tor/pt_state/scramblesuit/* rw,
+
+ # Site-specific additions and overrides. See local/README for details.
+ #include <local/usr.bin.obfsproxy>
+}
diff --git a/debian/copyright b/debian/copyright
index 6c7a162..949d379 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -37,6 +37,7 @@ License: BSD-3-clause
Files: debian/*
Copyright: Copyright 2013 Jérémy Bobbio <lunar at debian.org>
+ Copyright 2014 Anonymity Tools Debian Maintainers <pkg-anonymity-tools at lists.alioth.debian.org>
License: permissive
Copying and distribution of this package, with or without
modification, are permitted in any medium without royalty
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/obfsproxy.git
More information about the Pkg-privacy-commits
mailing list