File tree 5 files changed +5
-0
lines changed
5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -671,6 +671,7 @@ PR_SET_NAME
671
671
PR_SET_NO_NEW_PRIVS
672
672
PR_SET_PDEATHSIG
673
673
PR_SET_PTRACER
674
+ PR_SET_PTRACER_ANY
674
675
PR_SET_SECCOMP
675
676
PR_SET_SECUREBITS
676
677
PR_SET_THP_DISABLE
Original file line number Diff line number Diff line change @@ -1800,6 +1800,7 @@ PR_SET_NAME
1800
1800
PR_SET_NO_NEW_PRIVS
1801
1801
PR_SET_PDEATHSIG
1802
1802
PR_SET_PTRACER
1803
+ PR_SET_PTRACER_ANY
1803
1804
PR_SET_SECCOMP
1804
1805
PR_SET_SECUREBITS
1805
1806
PR_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;
2602
2602
pub const PR_SET_MM_MAP_SIZE : :: c_int = 15 ;
2603
2603
2604
2604
pub const PR_SET_PTRACER : :: c_int = 0x59616d61 ;
2605
+ pub const PR_SET_PTRACER_ANY : :: c_ulong = 0xffffffffffffffff ;
2605
2606
2606
2607
pub const PR_SET_CHILD_SUBREAPER : :: c_int = 36 ;
2607
2608
pub 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;
1119
1119
pub const PR_SET_MM_MAP_SIZE : :: c_int = 15 ;
1120
1120
1121
1121
pub const PR_SET_PTRACER : :: c_int = 0x59616d61 ;
1122
+ pub const PR_SET_PTRACER_ANY : :: c_ulong = 0xffffffffffffffff ;
1122
1123
1123
1124
pub const PR_SET_CHILD_SUBREAPER : :: c_int = 36 ;
1124
1125
pub 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;
2041
2041
pub const PR_SET_MM_MAP_SIZE : :: c_int = 15 ;
2042
2042
2043
2043
pub const PR_SET_PTRACER : :: c_int = 0x59616d61 ;
2044
+ pub const PR_SET_PTRACER_ANY : :: c_ulong = 0xffffffffffffffff ;
2044
2045
2045
2046
pub const PR_SET_CHILD_SUBREAPER : :: c_int = 36 ;
2046
2047
pub const PR_GET_CHILD_SUBREAPER : :: c_int = 37 ;
You can’t perform that action at this time.
0 commit comments