aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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