aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README12
-rw-r--r--todo11
2 files changed, 19 insertions, 4 deletions
diff --git a/README b/README
index 7b28226e4..200a7ef72 100644
--- a/README
+++ b/README
@@ -25,9 +25,16 @@ Reiner Herrmann (https://github.com/reinerh)
25 - clang-analyzer fixes 25 - clang-analyzer fixes
26 - Debian reproducible build 26 - Debian reproducible build
27 - unit testing framework 27 - unit testing framework
28xee5ch (https://github.com/xee5ch)
29 - skypeforlinux profile
30Peter Hogg (https://github.com/pigmonkey)
31 - WeeChat profile
32 - rtorrent profile
33 - bitlbee profile fixes
28Thomas Jarosch (https://github.com/thomasjfox) 34Thomas Jarosch (https://github.com/thomasjfox)
29 - disable keepassx in disable-passwdmgr.inc 35 - disable keepassx in disable-passwdmgr.inc
30 - added uudeview profile 36 - added uudeview profile
37 - improved profile list
31Niklas Haas (https://github.com/haasn) 38Niklas Haas (https://github.com/haasn)
32 - blacklisting for keybase.io's client 39 - blacklisting for keybase.io's client
33Aleksey Manevich (https://github.com/manevich) 40Aleksey Manevich (https://github.com/manevich)
@@ -35,7 +42,7 @@ Aleksey Manevich (https://github.com/manevich)
35 - fix problem with relative path in storage_find function 42 - fix problem with relative path in storage_find function
36 - fix build for systems without bash 43 - fix build for systems without bash
37 - fix double quotes/single quotes problem 44 - fix double quotes/single quotes problem
38 - big rework of argument processing subsytem 45 - big rework of argument processing subsystem
39 - --join fixes 46 - --join fixes
40Fred-Barclay (https://github.com/Fred-Barclay) 47Fred-Barclay (https://github.com/Fred-Barclay)
41 - added Vivaldi, Atril profiles 48 - added Vivaldi, Atril profiles
@@ -180,9 +187,6 @@ Veeti Paananen (https://github.com/veeti)
180 - fixed Spotify profile 187 - fixed Spotify profile
181Rahiel Kasim (https://github.com/rahiel) 188Rahiel Kasim (https://github.com/rahiel)
182 - whitelist keysnail config for firefox 189 - whitelist keysnail config for firefox
183Peter Hogg (https://github.com/pigmonkey)
184 - WeeChat profile
185 - rtorrent profile
186rogshdo (https://github.com/rogshdo) 190rogshdo (https://github.com/rogshdo)
187 - BitlBee profile 191 - BitlBee profile
188Bruno Nova (https://github.com/brunonova) 192Bruno Nova (https://github.com/brunonova)
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