aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--RELNOTES2
-rw-r--r--src/firejail/util.c14
-rw-r--r--todo16
3 files changed, 9 insertions, 23 deletions
diff --git a/RELNOTES b/RELNOTES
index 674c9de5e..f3da05c79 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -40,7 +40,7 @@ firejail (0.9.42~rc2) baseline; urgency=low
40 * profiles: Atom Beta, Atom, jitsi, eom, uudeview 40 * profiles: Atom Beta, Atom, jitsi, eom, uudeview
41 * profiles: tar (gtar), unzip, unrar, file, skypeforlinux, 41 * profiles: tar (gtar), unzip, unrar, file, skypeforlinux,
42 * profiles: inox, Slack, gnome-chess. Gajim IM client 42 * profiles: inox, Slack, gnome-chess. Gajim IM client
43 -- netblue30 <netblue30@yahoo.com> Thu, 21 Jul 2016 08:00:00 -0500 43 -- netblue30 <netblue30@yahoo.com> Thu, 24 Augl 2016 08:00:00 -0500
44 44
45firejail (0.9.40) baseline; urgency=low 45firejail (0.9.40) baseline; urgency=low
46 * added --nice option 46 * added --nice option
diff --git a/src/firejail/util.c b/src/firejail/util.c
index 22434e200..5b407eaf5 100644
--- a/src/firejail/util.c
+++ b/src/firejail/util.c
@@ -425,13 +425,13 @@ void extract_command_name(int index, char **argv) {
425 errExit("strdup"); 425 errExit("strdup");
426 426
427 // if we have a symbolic link, use the real path to extract the name 427 // if we have a symbolic link, use the real path to extract the name
428 if (is_link(argv[index])) { 428// if (is_link(argv[index])) {
429 char*newname = realpath(argv[index], NULL); 429// char*newname = realpath(argv[index], NULL);
430 if (newname) { 430// if (newname) {
431 free(str); 431// free(str);
432 str = newname; 432// str = newname;
433 } 433// }
434 } 434// }
435 435
436 // configure command name 436 // configure command name
437 cfg.command_name = str; 437 cfg.command_name = str;
diff --git a/todo b/todo
index 02eacdda9..c2a450778 100644
--- a/todo
+++ b/todo
@@ -247,7 +247,6 @@ References
247 247
24822. add support for read-write and noexec to Firetools 24822. add support for read-write and noexec to Firetools
249 249
250
25123. AppArmor 25023. AppArmor
252 251
253$ sudo apt-get install apparmor apparmor-profiles apparmor-utils apparmor-notify 252$ sudo apt-get install apparmor apparmor-profiles apparmor-utils apparmor-notify
@@ -266,19 +265,6 @@ $ sudo aa-notify -p -f /var/log/audit/audit.log
26624. check monitor proc behaviour for sandboxes with --blacklist=/proc 26524. check monitor proc behaviour for sandboxes with --blacklist=/proc
267also check --apparmor in this case 266also check --apparmor in this case
268 267
26925. bring back strings.profile 26825. fix firemon and firetools on systems with hidepid=2
270
271# strings profile
272quiet
273ignore noroot
274include /etc/firejail/default.profile
275tracelog
276net none
277shell none
278private-dev
279private-tmp
280nosound
281
28226. fix firemon and firetools on systems with hidepid=2
283 269
284sudo mount -o remount,rw,hidepid=2 /proc 270sudo mount -o remount,rw,hidepid=2 /proc