aboutsummaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-10-01 09:36:22 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-10-01 09:36:22 -0400
commit74ad73c808ecbd4e0ccdfb1d6893b65c68647c62 (patch)
tree44dd0ad9ea6802292f7a5ac4a3e228fa65c61c82 /todo
parentgimp and inkscape profiles (diff)
downloadfirejail-74ad73c808ecbd4e0ccdfb1d6893b65c68647c62.tar.gz
firejail-74ad73c808ecbd4e0ccdfb1d6893b65c68647c62.tar.zst
firejail-74ad73c808ecbd4e0ccdfb1d6893b65c68647c62.zip
x11 detection support for --audit
Diffstat (limited to 'todo')
-rw-r--r--todo14
1 files changed, 13 insertions, 1 deletions
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
273Linux kernel v2.6+ and later and DragonFly BSD. It can encrypt whole disks, 273Linux kernel v2.6+ and later and DragonFly BSD. It can encrypt whole disks,
274removable media, partitions, software RAID volumes, logical volumes, and files. 274removable media, partitions, software RAID volumes, logical volumes, and files.
275 275
27628. add support for whitelisting /mtn 27628. Merge --dbus=none from https://github.com/Sidnioulz/firejail
277
278 // block dbus session bus the hard way if necessary
279 if (cfg.dbus == 0) {
280 char *dbus_path;
281 if (asprintf(&dbus_path, "/run/user/%d/bus", getuid()) == -1)
282 errExit("asprintf");
283 fs_blacklist_file(dbus_path);
284 free(dbus_path);
285}
286
287
288