summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-10-12 10:36:33 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-10-12 10:36:33 -0400
commitb482f8fa29529e64ec8f4bf0e21f5f568c61737c (patch)
tree8a7b3c813a849ea6f781f6b83457e342dab7f485
parentExperimental private-lib for mate programmes. (diff)
downloadfirejail-b482f8fa29529e64ec8f4bf0e21f5f568c61737c.tar.gz
firejail-b482f8fa29529e64ec8f4bf0e21f5f568c61737c.tar.zst
firejail-b482f8fa29529e64ec8f4bf0e21f5f568c61737c.zip
apparmor
-rw-r--r--etc/firejail-default2
-rw-r--r--src/man/firejail.txt7
2 files changed, 7 insertions, 2 deletions
diff --git a/etc/firejail-default b/etc/firejail-default
index 5e1f2975c..5aacaec97 100644
--- a/etc/firejail-default
+++ b/etc/firejail-default
@@ -23,7 +23,7 @@ profile firejail-default flags=(attach_disconnected,mediate_deleted) {
23# enough to run "top" or "ps aux". 23# enough to run "top" or "ps aux".
24########## 24##########
25/ r, 25/ r,
26/{usr,bin,dev,etc,home,lib,media,mnt,opt,srv,tmp,var}** mrwlk, 26/{usr,bin,sbin,dev,etc,home,root,lib,media,mnt,opt,srv,tmp,var}** mrwlk,
27/{,var/}run/ r, 27/{,var/}run/ r,
28/{,var/}run/** r, 28/{,var/}run/** r,
29/{,var/}run/user/**/dconf/ rw, 29/{,var/}run/user/**/dconf/ rw,
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 83ac12d86..20f2b7f8c 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -2262,8 +2262,13 @@ programs and scripts from user home or other directories writable by the user is
2262.br 2262.br
2263 2263
2264.br 2264.br
2265- Allow access to files only in the following standard directories: /bin, /dev, /etc, /home, /lib*, /media, /mnt, /opt,
2266/proc, /root, /run, /sbin, /srv, /sys, /tmp, /usr, and /var
2267.br
2268
2269.br
2265- Disable D-Bus. D-Bus has long been a huge security hole, and most programs don't use it anyway. 2270- Disable D-Bus. D-Bus has long been a huge security hole, and most programs don't use it anyway.
2266You should have no problems running Chromium or Firefox. 2271You should have no problems running Chromium or Firefox. This feature is available only on Ubuntu kernels.
2267 2272
2268.TP 2273.TP
2269To enable AppArmor confinement on top of your current Firejail security features, pass \fB\-\-apparmor\fR flag to Firejail command line. You can also include \fBapparmor\fR command in a Firejail profile file. Example: 2274To enable AppArmor confinement on top of your current Firejail security features, pass \fB\-\-apparmor\fR flag to Firejail command line. You can also include \fBapparmor\fR command in a Firejail profile file. Example: