diff options
author | Audric Schiltknecht <storm@chemicalstorm.org> | 2016-07-10 19:06:49 -0400 |
---|---|---|
committer | Audric Schiltknecht <storm@chemicalstorm.org> | 2016-07-10 19:06:49 -0400 |
commit | 33fb3f737eae9e0b4dd2b332c697c95a8211f98c (patch) | |
tree | 5c6de370cdccc81edb6ffd3c57ff2ae0416ecbff /acroread.profile | |
download | firejail-33fb3f737eae9e0b4dd2b332c697c95a8211f98c.tar.gz firejail-33fb3f737eae9e0b4dd2b332c697c95a8211f98c.tar.bz2 firejail-33fb3f737eae9e0b4dd2b332c697c95a8211f98c.zip |
Add profile for acroread (Adobe Acrobat Reader)
Diffstat (limited to 'acroread.profile')
-rw-r--r-- | acroread.profile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/acroread.profile b/acroread.profile new file mode 100644 index 0000000..c4aeeb9 --- /dev/null +++ b/acroread.profile @@ -0,0 +1,16 @@ +################################ +# Generic GUI application profile +################################ +noblacklist ~/.adobe + +include /etc/firejail/disable-common.inc +include /etc/firejail/disable-programs.inc +include /etc/firejail/disable-passwdmgr.inc + +caps.drop all +seccomp +protocol unix,inet,inet6 +netfilter +nonewprivs +noroot + |