[Pkg-privacy-commits] [torbrowser-launcher] 240/476: add apparmor profiles back into deb package

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 13:21:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch debian
in repository torbrowser-launcher.

commit d32e8a3a6db30892e8b81d7691756aa9ead3d0bd
Author: Micah Lee <micah at micahflee.com>
Date:   Wed Jul 9 11:21:33 2014 -0700

    add apparmor profiles back into deb package
---
 setup.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/setup.py b/setup.py
index 7140346..f0ac421 100644
--- a/setup.py
+++ b/setup.py
@@ -47,6 +47,11 @@ for root, dirs, files in os.walk(SHARE):
     datafiles.append((os.path.join(PREFIX, root),
                       [os.path.join(root, f) for f in files]))
 
+datafiles += [('/etc/apparmor.d/', [
+    'apparmor/torbrowser.Browser.firefox',
+    'apparmor/torbrowser.start-tor-browser',
+    'apparmor/torbrowser.Tor.tor',
+    'apparmor/usr.bin.torbrowser-launcher'])]
 
 setup(name='torbrowser-launcher',
       version=version,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torbrowser-launcher.git



More information about the Pkg-privacy-commits mailing list