File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1792,6 +1792,7 @@ pub const NETLINK_GET_STRICT_CHK: ::c_int = 12;
1792
1792
1793
1793
pub const GRND_NONBLOCK : :: c_uint = 0x0001 ;
1794
1794
pub const GRND_RANDOM : :: c_uint = 0x0002 ;
1795
+ pub const GRND_INSECURE : :: c_uint = 0x0004 ;
1795
1796
1796
1797
pub const SECCOMP_MODE_DISABLED : :: c_uint = 0 ;
1797
1798
pub const SECCOMP_MODE_STRICT : :: c_uint = 1 ;
Original file line number Diff line number Diff line change @@ -1781,6 +1781,7 @@ pub const PR_SET_VMA_ANON_NAME: ::c_int = 0;
1781
1781
1782
1782
pub const GRND_NONBLOCK : :: c_uint = 0x0001 ;
1783
1783
pub const GRND_RANDOM : :: c_uint = 0x0002 ;
1784
+ pub const GRND_INSECURE : :: c_uint = 0x0004 ;
1784
1785
1785
1786
pub const SECCOMP_MODE_DISABLED : :: c_uint = 0 ;
1786
1787
pub const SECCOMP_MODE_STRICT : :: c_uint = 1 ;
You can’t perform that action at this time.
0 commit comments