@@ -2711,8 +2711,11 @@ pub const CAP_SOCK_SERVER: u64 = CAP_ACCEPT
2711
2711
| CAP_SEND
2712
2712
| CAP_SETSOCKOPT
2713
2713
| CAP_SHUTDOWN ;
2714
+ #[ deprecated( since = "0.2.165" , note = "Not stable across OS versions" ) ]
2714
2715
pub const CAP_ALL0 : u64 = cap_right ! ( 0 , 0x000007FFFFFFFFFFu64 ) ;
2716
+ #[ deprecated( since = "0.2.165" , note = "Not stable across OS versions" ) ]
2715
2717
pub const CAP_UNUSED0_44 : u64 = cap_right ! ( 0 , 0x0000080000000000u64 ) ;
2718
+ #[ deprecated( since = "0.2.165" , note = "Not stable across OS versions" ) ]
2716
2719
pub const CAP_UNUSED0_57 : u64 = cap_right ! ( 0 , 0x0100000000000000u64 ) ;
2717
2720
pub const CAP_MAC_GET : u64 = cap_right ! ( 1 , 0x0000000000000001u64 ) ;
2718
2721
pub const CAP_MAC_SET : u64 = cap_right ! ( 1 , 0x0000000000000002u64 ) ;
@@ -2736,8 +2739,11 @@ pub const CAP_ACL_GET: u64 = cap_right!(1, 0x0000000000040000u64);
2736
2739
pub const CAP_ACL_SET : u64 = cap_right ! ( 1 , 0x0000000000080000u64 ) ;
2737
2740
pub const CAP_KQUEUE_CHANGE : u64 = cap_right ! ( 1 , 0x0000000000100000u64 ) ;
2738
2741
pub const CAP_KQUEUE : u64 = CAP_KQUEUE_EVENT | CAP_KQUEUE_CHANGE ;
2742
+ #[ deprecated( since = "0.2.165" , note = "Not stable across OS versions" ) ]
2739
2743
pub const CAP_ALL1 : u64 = cap_right ! ( 1 , 0x00000000001FFFFFu64 ) ;
2744
+ #[ deprecated( since = "0.2.165" , note = "Not stable across OS versions" ) ]
2740
2745
pub const CAP_UNUSED1_22 : u64 = cap_right ! ( 1 , 0x0000000000200000u64 ) ;
2746
+ #[ deprecated( since = "0.2.165" , note = "Not stable across OS versions" ) ]
2741
2747
pub const CAP_UNUSED1_57 : u64 = cap_right ! ( 1 , 0x0100000000000000u64 ) ;
2742
2748
pub const CAP_FCNTL_GETFL : u32 = 1 << 3 ;
2743
2749
pub const CAP_FCNTL_SETFL : u32 = 1 << 4 ;
0 commit comments