aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/sysprof.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2021-05-13 13:48:23 +0000
committerLibravatar GitHub <noreply@github.com>2021-05-13 13:48:23 +0000
commit9fca4500c4d527afce3bd2228388c4a1990772a9 (patch)
treedf014efe5652cb3f8d5a215caa1006e3fb770cae /etc/profile-m-z/sysprof.profile
parentManpage fixes (diff)
downloadfirejail-9fca4500c4d527afce3bd2228388c4a1990772a9.tar.gz
firejail-9fca4500c4d527afce3bd2228388c4a1990772a9.tar.zst
firejail-9fca4500c4d527afce3bd2228388c4a1990772a9.zip
Follow-up for #4165 (#4271)
* Follow-up for #4165 * Follow-up for #4165 * Follow-up for #4165 * Follow-up for #4165 * Follow-up for #4165 * Follow-up for #4165 * Follow-up for #4165 * Follow-up for #4165 * Follow-up for #4165 * Follow-up for #4165 * Follow-up for #4165 * Follow-up for #4165 * Follow-up for #4165 * fix noroot comment As suggested [here](https://github.com/netblue30/firejail/pull/4271#discussion_r630981737). * fix dbus-user comment As suggested [here](https://github.com/netblue30/firejail/pull/4271#discussion_r630982527). * fix private-dev comment As suggested [here](https://github.com/netblue30/firejail/pull/4271#discussion_r630980029). * fix private-etc comment As suggested [here](https://github.com/netblue30/firejail/pull/4271#discussion_r630979698). * move writable-var comment cfr. profile.template
Diffstat (limited to 'etc/profile-m-z/sysprof.profile')
-rw-r--r--etc/profile-m-z/sysprof.profile16
1 files changed, 12 insertions, 4 deletions
diff --git a/etc/profile-m-z/sysprof.profile b/etc/profile-m-z/sysprof.profile
index 2473988e4..b52b25b96 100644
--- a/etc/profile-m-z/sysprof.profile
+++ b/etc/profile-m-z/sysprof.profile
@@ -15,8 +15,15 @@ include disable-passwdmgr.inc
15include disable-programs.inc 15include disable-programs.inc
16include disable-xdg.inc 16include disable-xdg.inc
17 17
18# help menu functionality (yelp) - comment or add this block prepended with 'ignore' 18# Add the next lines to your sysprof.local if you don't need (yelp) help menu functionality.
19# to your sysprof.local if you don't need the help functionality 19#ignore noblacklist ${HOME}/.config/yelp
20#ignore mkdir ${HOME}/.config/yelp
21#nowhitelist ${HOME}/.config/yelp
22#nowhitelist /usr/share/help/C/sysprof
23#nowhitelist /usr/share/yelp
24#nowhitelist /usr/share/yelp-tools
25#nowhitelist /usr/share/yelp-xsl
26
20noblacklist ${HOME}/.config/yelp 27noblacklist ${HOME}/.config/yelp
21mkdir ${HOME}/.config/yelp 28mkdir ${HOME}/.config/yelp
22whitelist ${HOME}/.config/yelp 29whitelist ${HOME}/.config/yelp
@@ -41,7 +48,8 @@ nodvd
41nogroups 48nogroups
42noinput 49noinput
43nonewprivs 50nonewprivs
44# Ubuntu 16.04 version needs root privileges - comment or put 'ignore noroot' in sysprof.local if you run Xenial 51# Some older Debian/Ubuntu sysprof versions need root privileges.
52# Add 'ignore noroot' to your sysprof.local if you run one of these.
45noroot 53noroot
46nosound 54nosound
47notv 55notv
@@ -57,7 +65,7 @@ disable-mnt
57private-cache 65private-cache
58private-dev 66private-dev
59private-etc alternatives,fonts,ld.so.cache,machine-id,ssl 67private-etc alternatives,fonts,ld.so.cache,machine-id,ssl
60# private-lib breaks help menu 68# private-lib - breaks help menu
61#private-lib gdk-pixbuf-2.*,gio,gtk3,gvfs/libgvfscommon.so,libgconf-2.so.*,librsvg-2.so.*,libsysprof-2.so,libsysprof-ui-2.so 69#private-lib gdk-pixbuf-2.*,gio,gtk3,gvfs/libgvfscommon.so,libgconf-2.so.*,librsvg-2.so.*,libsysprof-2.so,libsysprof-ui-2.so
62private-tmp 70private-tmp
63 71