aboutsummaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
Diffstat (limited to 'todo')
-rw-r--r--todo11
1 files changed, 11 insertions, 0 deletions
diff --git a/todo b/todo
index 30e8f3949..97632fa9c 100644
--- a/todo
+++ b/todo
@@ -246,3 +246,14 @@ References
246 https://twit.tv/shows/floss-weekly/episodes/389 246 https://twit.tv/shows/floss-weekly/episodes/389
247 247
24822. add support for read-write and noexec to Firetools 24822. add support for read-write and noexec to Firetools
249
250
25123. AppArmor
252
253$ sudo perl -pi -e 's,GRUB_CMDLINE_LINUX="(.*)"$,GRUB_CMDLINE_LINUX="$1 apparmor=1 security=apparmor",' /etc/default/grub
254$ sudo update-grub
255$ sudo reboot
256
257$ ps auxZ | grep -v '^unconfined'
258
259