aboutsummaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-11-25 08:35:25 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2015-11-25 08:35:25 -0500
commita91649ccf77c2fa20206759ef986aa9967e38ea6 (patch)
treea82921724f471bf646e50ce365986f0e7bb847db /todo
parentfixes (diff)
downloadfirejail-a91649ccf77c2fa20206759ef986aa9967e38ea6.tar.gz
firejail-a91649ccf77c2fa20206759ef986aa9967e38ea6.tar.zst
firejail-a91649ccf77c2fa20206759ef986aa9967e38ea6.zip
fixes
Diffstat (limited to 'todo')
-rw-r--r--todo43
1 files changed, 43 insertions, 0 deletions
diff --git a/todo b/todo
index f69b4f6dd..553933f00 100644
--- a/todo
+++ b/todo
@@ -96,3 +96,46 @@ Warning: cannot disable /sys/power directory
96Child process initialized 96Child process initialized
97 97
9816. add support for --ip, --iprange, --mac and --mtu for --interface option 9816. add support for --ip, --iprange, --mac and --mtu for --interface option
99
10017. private-home clashing with blacklist
101$ firejail --private-home=.mozilla
102Reading profile /etc/firejail/generic.profile
103Reading profile /etc/firejail/disable-mgmt.inc
104Reading profile /etc/firejail/disable-secret.inc
105Reading profile /etc/firejail/disable-common.inc
106
107** Note: you can use --noprofile to disable generic.profile **
108
109Parent pid 8193, child pid 8194
110/run/firejail/mnt/cp: cannot access `/home/netblue/.mozilla': Permission denied
111Error system cp -a --parents:duplicate(381): No such file or directory
112Child process initialized
113$ ls -la
114total 4
115drwx------ 3 test test 100 Nov 25 07:59 .
116drwxr-xr-x 3 65534 65534 60 Nov 25 07:59 ..
117-rw-r--r-- 1 test test 3392 Nov 25 07:59 .bashrc
118dr-x------ 2 65534 65534 40 Nov 24 17:53 .mozilla
119-rw------- 1 test test 0 Nov 25 07:59 .Xauthority
120
121
122
123
12418. whitelist clashing with blacklist
125$ firejail --whitelist=~/.mozilla
126Reading profile /etc/firejail/generic.profile
127Reading profile /etc/firejail/disable-mgmt.inc
128Reading profile /etc/firejail/disable-secret.inc
129Reading profile /etc/firejail/disable-common.inc
130
131** Note: you can use --noprofile to disable generic.profile **
132
133Parent pid 9440, child pid 9441
134Child process initialized
135$ ls -al
136total 8
137drwx------ 3 netblue netblue 100 Nov 25 08:09 .
138drwxr-xr-x 3 65534 65534 60 Nov 25 08:09 ..
139-rw-r--r-- 1 netblue netblue 3392 Nov 25 08:09 .bashrc
140dr-x------ 2 65534 65534 40 Nov 24 17:53 .mozilla
141-rw------- 1 netblue netblue 51 Nov 25 08:09 .Xauthority