aboutsummaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-07-13 12:10:50 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-07-13 12:10:50 -0400
commitf4c4140b4eb405172afe4755464f8af10e58350b (patch)
treea6f36c70a964a0591e806aeabe87e46631c321eb /todo
parentwhitelist rework (diff)
downloadfirejail-f4c4140b4eb405172afe4755464f8af10e58350b.tar.gz
firejail-f4c4140b4eb405172afe4755464f8af10e58350b.tar.zst
firejail-f4c4140b4eb405172afe4755464f8af10e58350b.zip
todo
Diffstat (limited to 'todo')
-rw-r--r--todo17
1 files changed, 17 insertions, 0 deletions
diff --git a/todo b/todo
index 5ceb4e530..43168dd5a 100644
--- a/todo
+++ b/todo
@@ -218,3 +218,20 @@ sudo firejail /snap/bin/ubuntu-clock-app.clock
218 218
219extract env for process 219extract env for process
220ps e -p <pid> | sed 's/ /\n/g' 220ps e -p <pid> | sed 's/ /\n/g'
221
222
22320. check default disable - from grsecurity
224
225GRKERNSEC_HIDESYM
226/proc/kallsyms and other files
227
228GRKERNSEC_PROC_USER
229If you say Y here, non-root users will only be able to view their own
230processes, and restricts them from viewing network-related information,
231and viewing kernel symbol and module information.
232
233GRKERNSEC_PROC_ADD
234If you say Y here, additional restrictions will be placed on
235/proc that keep normal users from viewing device information and
236slabinfo information that could be useful for exploits.
237