From 74ad73c808ecbd4e0ccdfb1d6893b65c68647c62 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sat, 1 Oct 2016 09:36:22 -0400 Subject: x11 detection support for --audit --- todo | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'todo') diff --git a/todo b/todo index 26c3e247c..ddf886fcd 100644 --- a/todo +++ b/todo @@ -273,4 +273,16 @@ dm-crypt+LUKS – dm-crypt is a transparent disk encryption subsystem in Linux kernel v2.6+ and later and DragonFly BSD. It can encrypt whole disks, removable media, partitions, software RAID volumes, logical volumes, and files. -28. add support for whitelisting /mtn +28. Merge --dbus=none from https://github.com/Sidnioulz/firejail + + // block dbus session bus the hard way if necessary + if (cfg.dbus == 0) { + char *dbus_path; + if (asprintf(&dbus_path, "/run/user/%d/bus", getuid()) == -1) + errExit("asprintf"); + fs_blacklist_file(dbus_path); + free(dbus_path); +} + + + -- cgit v1.2.3-54-g00ecf