aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2021-10-24 16:46:28 +0200
committerLibravatar smitsohu <smitsohu@gmail.com>2021-10-28 13:41:52 +0200
commite20960ab4561f1cb97c69114f56b19b48db311c3 (patch)
treeaa29b076a625ab5c751c780fc4ad13a525ca0890 /etc
parentAdd disable-proc to firefox-common (diff)
downloadfirejail-e20960ab4561f1cb97c69114f56b19b48db311c3.tar.gz
firejail-e20960ab4561f1cb97c69114f56b19b48db311c3.tar.zst
firejail-e20960ab4561f1cb97c69114f56b19b48db311c3.zip
deterministic-shutdown option
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-a-l/akregator.profile1
-rw-r--r--etc/profile-a-l/default.profile1
-rw-r--r--etc/profile-a-l/dillo.profile2
-rw-r--r--etc/profile-a-l/ktorrent.profile1
-rw-r--r--etc/profile-m-z/server.profile1
-rw-r--r--etc/templates/profile.template1
6 files changed, 7 insertions, 0 deletions
diff --git a/etc/profile-a-l/akregator.profile b/etc/profile-a-l/akregator.profile
index 39008d67a..47468a658 100644
--- a/etc/profile-a-l/akregator.profile
+++ b/etc/profile-a-l/akregator.profile
@@ -49,3 +49,4 @@ private-bin akregator,akregatorstorageexporter,dbus-launch,kdeinit4,kdeinit4_shu
49private-dev 49private-dev
50private-tmp 50private-tmp
51 51
52deterministic-shutdown
diff --git a/etc/profile-a-l/default.profile b/etc/profile-a-l/default.profile
index 0d8c224d7..dac842bb6 100644
--- a/etc/profile-a-l/default.profile
+++ b/etc/profile-a-l/default.profile
@@ -57,5 +57,6 @@ seccomp
57# dbus-user none 57# dbus-user none
58# dbus-system none 58# dbus-system none
59 59
60# deterministic-shutdown
60# memory-deny-write-execute 61# memory-deny-write-execute
61# read-only ${HOME} 62# read-only ${HOME}
diff --git a/etc/profile-a-l/dillo.profile b/etc/profile-a-l/dillo.profile
index 276ee251a..19b99b5fd 100644
--- a/etc/profile-a-l/dillo.profile
+++ b/etc/profile-a-l/dillo.profile
@@ -35,3 +35,5 @@ tracelog
35 35
36private-dev 36private-dev
37private-tmp 37private-tmp
38
39deterministic-shutdown
diff --git a/etc/profile-a-l/ktorrent.profile b/etc/profile-a-l/ktorrent.profile
index 6e3b0c875..f3eae6780 100644
--- a/etc/profile-a-l/ktorrent.profile
+++ b/etc/profile-a-l/ktorrent.profile
@@ -62,4 +62,5 @@ private-dev
62# private-lib - problems on Arch 62# private-lib - problems on Arch
63private-tmp 63private-tmp
64 64
65deterministic-shutdown
65# memory-deny-write-execute 66# memory-deny-write-execute
diff --git a/etc/profile-m-z/server.profile b/etc/profile-m-z/server.profile
index 3c9ef3a86..9e40796a6 100644
--- a/etc/profile-m-z/server.profile
+++ b/etc/profile-m-z/server.profile
@@ -83,6 +83,7 @@ private-tmp
83dbus-user none 83dbus-user none
84# dbus-system none 84# dbus-system none
85 85
86# deterministic-shutdown
86# memory-deny-write-execute 87# memory-deny-write-execute
87# read-only ${HOME} 88# read-only ${HOME}
88# writable-run-user 89# writable-run-user
diff --git a/etc/templates/profile.template b/etc/templates/profile.template
index 44197b547..1a4c8fef9 100644
--- a/etc/templates/profile.template
+++ b/etc/templates/profile.template
@@ -220,6 +220,7 @@ include globals.local
220#dbus-user.talk org.freedesktop.Notifications 220#dbus-user.talk org.freedesktop.Notifications
221#dbus-system none 221#dbus-system none
222 222
223##deterministic-shutdown
223##env VAR=VALUE 224##env VAR=VALUE
224##join-or-start NAME 225##join-or-start NAME
225#memory-deny-write-execute 226#memory-deny-write-execute