linux_
api
0.0.0
In linux_
api::
capability
Structs
__user_cap_data_struct
__user_cap_header_struct
Constants
LINUX_CAPABILITY_VERSION_3
Functions
capget
capset
Type Aliases
user_cap_data
user_cap_header
linux_api
::
capability
Function
capset
Copy item path
Settings
Help
Summary
Source
pub fn capset( hdrp: &
user_cap_header
, datap: &[
user_cap_data
;
2
], ) ->
Result
<
()
,
Errno
>