aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2019-08-12 16:04:41 +0200
committerLibravatar GitHub <noreply@github.com>2019-08-12 16:04:41 +0200
commit05b64769642ed44b8d1203569a810ae2cc91fbbe (patch)
tree97aa7fcec30c6c908bedb22e049063f3453d3535
parentMerge pull request #2900 from fandaa/patch-1 (diff)
downloadfirejail-05b64769642ed44b8d1203569a810ae2cc91fbbe.tar.gz
firejail-05b64769642ed44b8d1203569a810ae2cc91fbbe.tar.zst
firejail-05b64769642ed44b8d1203569a810ae2cc91fbbe.zip
fix file.profile (broken on Debian Buster)
-rw-r--r--etc/file.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/file.profile b/etc/file.profile
index 242ffe695..37c7ee9e7 100644
--- a/etc/file.profile
+++ b/etc/file.profile
@@ -37,7 +37,7 @@ x11 none
37private-cache 37private-cache
38private-dev 38private-dev
39private-etc alternatives,localtime,magic,magic.mgc 39private-etc alternatives,localtime,magic,magic.mgc
40private-lib libarchive.so.*,libfakeroot,libmagic.so.* 40private-lib file,libarchive.so.*,libfakeroot,libmagic.so.*
41 41
42memory-deny-write-execute 42memory-deny-write-execute
43read-only ${HOME} 43read-only ${HOME}