aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/links.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2021-04-06 09:26:30 +0000
committerLibravatar GitHub <noreply@github.com>2021-04-06 09:26:30 +0000
commit91185bbc4a8e9e8791f297bb731b23a8e80aaf9b (patch)
tree4875fd73f59fcabcb145bef7f4d55273f4fc0d46 /etc/profile-a-l/links.profile
parentMerge pull request #4161 from glitsj16/signal-desktop (diff)
downloadfirejail-91185bbc4a8e9e8791f297bb731b23a8e80aaf9b.tar.gz
firejail-91185bbc4a8e9e8791f297bb731b23a8e80aaf9b.tar.zst
firejail-91185bbc4a8e9e8791f297bb731b23a8e80aaf9b.zip
Encourage making overrides in *.local files (#4165)
* refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments * refactor local override comments
Diffstat (limited to 'etc/profile-a-l/links.profile')
-rw-r--r--etc/profile-a-l/links.profile22
1 files changed, 10 insertions, 12 deletions
diff --git a/etc/profile-a-l/links.profile b/etc/profile-a-l/links.profile
index ccc77f274..272bc4f3a 100644
--- a/etc/profile-a-l/links.profile
+++ b/etc/profile-a-l/links.profile
@@ -17,8 +17,8 @@ include disable-devel.inc
17include disable-exec.inc 17include disable-exec.inc
18include disable-interpreters.inc 18include disable-interpreters.inc
19include disable-passwdmgr.inc 19include disable-passwdmgr.inc
20# you may want to noblacklist files/directories blacklisted in 20# Additional noblacklist files/directories (blacklisted in disable-programs.inc)
21# disable-programs.inc and used as associated programs 21# used as associated programs can be added in your links.local.
22include disable-programs.inc 22include disable-programs.inc
23include disable-xdg.inc 23include disable-xdg.inc
24 24
@@ -30,19 +30,19 @@ include whitelist-var-common.inc
30 30
31caps.drop all 31caps.drop all
32ipc-namespace 32ipc-namespace
33# comment machine-id (or put 'ignore machine-id' in your links.local) if you want 33# Add 'ignore machine-id' to your links.local if you want to restrict access to
34# to allow access only to user-configured associated media player 34# the user-configured associated media player.
35machine-id 35machine-id
36netfilter 36netfilter
37# comment no3d (or put 'ignore no3d' in your links.local) if you want 37# Add 'ignore no3d' to your links.local if you want to restrict access to
38# to allow access only to user-configured associated media player 38# the user-configured associated media player.
39no3d 39no3d
40nodvd 40nodvd
41nogroups 41nogroups
42nonewprivs 42nonewprivs
43noroot 43noroot
44# comment nosound (or put 'ignore nosound' in your links.local) if you want 44# Add 'ignore nosound' to your links.local if you want to restrict access to
45# to allow access only to user-configured associated media player 45# the user-configured associated media player.
46nosound 46nosound
47notv 47notv
48nou2f 48nou2f
@@ -53,14 +53,12 @@ shell none
53tracelog 53tracelog
54 54
55disable-mnt 55disable-mnt
56# if you want to use user-configured programs add 'private-bin PROGRAM1,PROGRAM2' to your links.local 56# Add 'private-bin PROGRAM1,PROGRAM2' to your links.local if you want to use user-configured programs.
57# or append 'PROGRAM1,PROGRAM2' to this private-bin line
58private-bin links,sh 57private-bin links,sh
59private-cache 58private-cache
60private-dev 59private-dev
61private-etc alternatives,ca-certificates,crypto-policies,nsswitch.conf,pki,resolv.conf,ssl 60private-etc alternatives,ca-certificates,crypto-policies,nsswitch.conf,pki,resolv.conf,ssl
62# Uncomment the following line (or put it in your links.local) allow external 61# Add the next line to your links.local to allow external media players.
63# media players
64# private-etc alsa,asound.conf,machine-id,openal,pulse 62# private-etc alsa,asound.conf,machine-id,openal,pulse
65private-tmp 63private-tmp
66 64