File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -671,6 +671,7 @@ PR_SET_NAME
671671PR_SET_NO_NEW_PRIVS
672672PR_SET_PDEATHSIG
673673PR_SET_PTRACER
674+ PR_SET_PTRACER_ANY
674675PR_SET_SECCOMP
675676PR_SET_SECUREBITS
676677PR_SET_THP_DISABLE
Original file line number Diff line number Diff line change @@ -1800,6 +1800,7 @@ PR_SET_NAME
18001800PR_SET_NO_NEW_PRIVS
18011801PR_SET_PDEATHSIG
18021802PR_SET_PTRACER
1803+ PR_SET_PTRACER_ANY
18031804PR_SET_SECCOMP
18041805PR_SET_SECUREBITS
18051806PR_SET_THP_DISABLE
Original file line number Diff line number Diff line change @@ -2602,6 +2602,7 @@ pub const PR_SET_MM_MAP: ::c_int = 14;
26022602pub const PR_SET_MM_MAP_SIZE : :: c_int = 15 ;
26032603
26042604pub const PR_SET_PTRACER : :: c_int = 0x59616d61 ;
2605+ pub const PR_SET_PTRACER_ANY : :: c_ulong = 0xffffffffffffffff ;
26052606
26062607pub const PR_SET_CHILD_SUBREAPER : :: c_int = 36 ;
26072608pub const PR_GET_CHILD_SUBREAPER : :: c_int = 37 ;
Original file line number Diff line number Diff line change @@ -1119,6 +1119,7 @@ pub const PR_SET_MM_MAP: ::c_int = 14;
11191119pub const PR_SET_MM_MAP_SIZE : :: c_int = 15 ;
11201120
11211121pub const PR_SET_PTRACER : :: c_int = 0x59616d61 ;
1122+ pub const PR_SET_PTRACER_ANY : :: c_ulong = 0xffffffffffffffff ;
11221123
11231124pub const PR_SET_CHILD_SUBREAPER : :: c_int = 36 ;
11241125pub const PR_GET_CHILD_SUBREAPER : :: c_int = 37 ;
Original file line number Diff line number Diff line change @@ -2041,6 +2041,7 @@ pub const PR_SET_MM_MAP: ::c_int = 14;
20412041pub const PR_SET_MM_MAP_SIZE : :: c_int = 15 ;
20422042
20432043pub const PR_SET_PTRACER : :: c_int = 0x59616d61 ;
2044+ pub const PR_SET_PTRACER_ANY : :: c_ulong = 0xffffffffffffffff ;
20442045
20452046pub const PR_SET_CHILD_SUBREAPER : :: c_int = 36 ;
20462047pub const PR_GET_CHILD_SUBREAPER : :: c_int = 37 ;
You can’t perform that action at this time.
0 commit comments