Merge branch 'master' of ssh://roach.truelite.it/srv/git/gapil
[gapil.git] / procadv.tex
index a4bec0376148d9896811c354e0166d64a820f754..53eb58a52f8ee3d9142fdc06516359b542faf5f0 100644 (file)
@@ -1322,8 +1322,6 @@ funzione.
 
 
 
-
-
 \subsection{La gestione del \textit{Secure Computing}.}
 \label{sec:procadv_seccomp}
 
@@ -1374,6 +1372,8 @@ il codice non fidato.
 
 % TODO a partire dal kernel 3.17 è stata introdotta la nuova syscall seccomp,
 % vedi http://lwn.net/Articles/600250/ e http://lwn.net/Articles/603321/
+% sempre per seccomp vedi https://lwn.net/Articles/799557/ dal 5.11 supporto
+% per le constant-action bitmaps https://lwn.net/Articles/834785/
 
 % TODO un esempio di uso di seccomp è su
 % https://blog.cloudflare.com/sandboxing-in-linux-with-zero-lines-of-code/
@@ -1562,7 +1562,8 @@ all'ordinario valore nullo (dato per implicito).
 
 %TODO: trattare PR_CAP_AMBIENT, dal 4.3
 %TODO: trattare PR_CAP_FP_*, dal 4.0, solo per MIPS
-%TODO: trattare PR_MPX_*_MANAGEMENT, dal 3.19
+%TODO: trattare PR_MPX_*_MANAGEMENT, dal 3.19, vedi
+%      https://lwn.net/Articles/582712/ 
 %TODO: trattare PR_*NO_NEW_PRIVS, dal 3.5
 
 \begin{basedescript}{\desclabelwidth{1.5cm}\desclabelstyle{\nextlinelabel}}
@@ -1898,10 +1899,15 @@ Introdotta a partire dal kernel 2.4.21, solo su PowerPC.
 % TODO documentare  PR_SET_IO_FLUSHER in 5.6, vedi
 % https://lwn.net/Articles/811230/
 
+% TODO documentare PR_SET_SYSCALL_USER_DISPATCH in 5.11, vedi
+% https://lwn.net/Articles/826313/
+
 \label{sec:prctl_operation}
 \end{basedescript}
 
 
+
+
 \subsection{La funzione \func{ptrace}}
 \label{sec:process_ptrace}
 
@@ -2231,7 +2237,8 @@ degli altri gruppi, che costituisce poi quello che viene chiamato un
 
 % TODO: trattare userfaultfd, introdotta con il 4.23, vedi
 % http://man7.org/linux/man-pages/man2/userfaultfd.2.html,
-% https://lwn.net/Articles/787308/, https://git.kernel.org/linus/57e5d4f278b9
+% https://lwn.net/Articles/787308/, https://git.kernel.org/linus/57e5d4f278b9,
+% e hardening della stessa (https://lwn.net/Articles/819834/) nel 5.11
 
 
 % TODO: trattare process_vm_readv/process_vm_writev introdotte con il kernel