aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/default.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-09-07 07:55:47 +0000
committerLibravatar GitHub <noreply@github.com>2020-09-07 07:55:47 +0000
commit0c73dbc88bc917e50962405d32cb6b3b0da182cd (patch)
tree1943ee7fba4787639cc9387451951c4631eb72b0 /etc/profile-a-l/default.profile
parentbuild: remove preproc from gitignore (diff)
downloadfirejail-0c73dbc88bc917e50962405d32cb6b3b0da182cd.tar.gz
firejail-0c73dbc88bc917e50962405d32cb6b3b0da182cd.tar.zst
firejail-0c73dbc88bc917e50962405d32cb6b3b0da182cd.zip
New disable include: disable-write-mnt.inc (#3622)
* New disable include: disable-write-mnt.inc It is for profiles which have a reasonable mnt access (we can not add disable-mnt), but no edit function (e.g. any kind of viewer). Added to - profile.template - default.profile - eo-common.profile * Update default.profile
Diffstat (limited to 'etc/profile-a-l/default.profile')
-rw-r--r--etc/profile-a-l/default.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/profile-a-l/default.profile b/etc/profile-a-l/default.profile
index 74314cf92..7eb7660dd 100644
--- a/etc/profile-a-l/default.profile
+++ b/etc/profile-a-l/default.profile
@@ -14,6 +14,7 @@ include disable-common.inc
14# include disable-interpreters.inc 14# include disable-interpreters.inc
15include disable-passwdmgr.inc 15include disable-passwdmgr.inc
16include disable-programs.inc 16include disable-programs.inc
17# include disable-write-mnt.inc
17# include disable-xdg.inc 18# include disable-xdg.inc
18 19
19# include whitelist-common.inc 20# include whitelist-common.inc