aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-01-13 08:40:37 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2017-01-13 08:40:37 -0500
commit6a4d18710871320e84b1b888227a7bba17d38c41 (patch)
tree3ad51f3fb414b38f0c09f3ccd34fd4de56fb3d8d
parentnvidia fix (diff)
downloadfirejail-6a4d18710871320e84b1b888227a7bba17d38c41.tar.gz
firejail-6a4d18710871320e84b1b888227a7bba17d38c41.tar.zst
firejail-6a4d18710871320e84b1b888227a7bba17d38c41.zip
allow local customization using .local files under /etc/firejail
-rw-r--r--RELNOTES1
-rw-r--r--etc/disable-common.local1
-rw-r--r--etc/disable-devel.local1
-rw-r--r--etc/disable-passwdmgr.local1
-rw-r--r--etc/disable-programs.local1
-rw-r--r--etc/whitelist-common.local1
6 files changed, 1 insertions, 5 deletions
diff --git a/RELNOTES b/RELNOTES
index 55877f424..7d0bbaf61 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -25,6 +25,7 @@ firejail (0.9.45) baseline; urgency=low
25 * feature: --allow-private-blacklist option 25 * feature: --allow-private-blacklist option
26 * feature: allow non-seccomp setup for OverlayFS sandboxes 26 * feature: allow non-seccomp setup for OverlayFS sandboxes
27 * feature: added a number o Python scripts for handling sandboxes 27 * feature: added a number o Python scripts for handling sandboxes
28 * feature: allow local customization using .local files under /etc/firejail
28 * new profiles: xiphos, Tor Browser Bundle, display (imagemagik), Wire, 29 * new profiles: xiphos, Tor Browser Bundle, display (imagemagik), Wire,
29 * new profiles: mumble, zoom, Guayadeque, qemu, keypass2, xed, pluma, 30 * new profiles: mumble, zoom, Guayadeque, qemu, keypass2, xed, pluma,
30 * new profiles: Cryptocat, Bless, Gnome 2048, Gnome Calculator, 31 * new profiles: Cryptocat, Bless, Gnome 2048, Gnome Calculator,
diff --git a/etc/disable-common.local b/etc/disable-common.local
deleted file mode 100644
index c9fbadfaf..000000000
--- a/etc/disable-common.local
+++ /dev/null
@@ -1 +0,0 @@
1# This file is meant for local customizations of disable-common.local
diff --git a/etc/disable-devel.local b/etc/disable-devel.local
deleted file mode 100644
index 6ce1a8c75..000000000
--- a/etc/disable-devel.local
+++ /dev/null
@@ -1 +0,0 @@
1# This file is meant for local customizations of disable-devel.local
diff --git a/etc/disable-passwdmgr.local b/etc/disable-passwdmgr.local
deleted file mode 100644
index 2a3bb45d3..000000000
--- a/etc/disable-passwdmgr.local
+++ /dev/null
@@ -1 +0,0 @@
1# This file is meant for local customizations of disable-passwdmgr.local
diff --git a/etc/disable-programs.local b/etc/disable-programs.local
deleted file mode 100644
index 6c226a331..000000000
--- a/etc/disable-programs.local
+++ /dev/null
@@ -1 +0,0 @@
1# This file is meant for local customizations of disable-programs.local
diff --git a/etc/whitelist-common.local b/etc/whitelist-common.local
deleted file mode 100644
index 11ed186ce..000000000
--- a/etc/whitelist-common.local
+++ /dev/null
@@ -1 +0,0 @@
1# This file is meant for local customizations of whitelist-common.local