aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-01-25 09:13:48 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2017-01-25 09:13:48 -0500
commit66390f4ba1b80b2c7d310925876bae87f22c4dd4 (patch)
treeee25395a20166c00dd3f515dc854b7234b7d6255
parentfixed access for --hosts-file (diff)
downloadfirejail-66390f4ba1b80b2c7d310925876bae87f22c4dd4.tar.gz
firejail-66390f4ba1b80b2c7d310925876bae87f22c4dd4.tar.zst
firejail-66390f4ba1b80b2c7d310925876bae87f22c4dd4.zip
profile merges
-rw-r--r--README1
-rw-r--r--etc/disable-common.inc1
2 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index e202d82d8..64c5b3968 100644
--- a/README
+++ b/README
@@ -83,6 +83,7 @@ Fred-Barclay (https://github.com/Fred-Barclay)
83 - added xed and pluma profiles 83 - added xed and pluma profiles
84 - added Cryptocat profile 84 - added Cryptocat profile
85 - added wireshark profile 85 - added wireshark profile
86 - uudeview profile fix
86valoq (https://github.com/valoq) 87valoq (https://github.com/valoq)
87 - lots of profile fixes 88 - lots of profile fixes
88 - added support for /srv in --whitelist feature 89 - added support for /srv in --whitelist feature
diff --git a/etc/disable-common.inc b/etc/disable-common.inc
index 527713bd8..64a39296e 100644
--- a/etc/disable-common.inc
+++ b/etc/disable-common.inc
@@ -96,6 +96,7 @@ read-only ${HOME}/.tcshrc
96read-only ${HOME}/.cshrc 96read-only ${HOME}/.cshrc
97read-only ${HOME}/.csh_files 97read-only ${HOME}/.csh_files
98read-only ${HOME}/.profile 98read-only ${HOME}/.profile
99read-only ${HOME}/.forward
99read-only ${HOME}/.login 100read-only ${HOME}/.login
100read-only ${HOME}/.logout 101read-only ${HOME}/.logout
101read-only ${HOME}/.pgpkey 102read-only ${HOME}/.pgpkey