Home
last modified time | relevance | path

Searched refs:CAP_IPC_LOCK (Results 1 – 10 of 10) sorted by relevance

/external/sepolicy/
Dclatd.te21 # capable(CAP_IPC_LOCK), and then checks to see the requested amount is
23 # needed CAP_IPC_LOCK. But this is not guaranteed to succeed on all devices
/external/strace/
Dcaps0.h15 CAP_IPC_LOCK,
/external/strace/xlat/
Dcap_mask0.in16 1<<CAP_IPC_LOCK
Dcap_mask0.h18 { 1<<CAP_IPC_LOCK, "CAP_IPC_LOCK" },
Dcapabilities.h18 { 1<<CAP_IPC_LOCK, "CAP_IPC_LOCK" },
Dcap.in16 CAP_IPC_LOCK
Dcap.h18 XLAT(CAP_IPC_LOCK),
/external/libcap-ng/libcap-ng-0.7/src/
Dcaptab.h37 _S(CAP_IPC_LOCK, "ipc_lock" )
/external/libcap-ng/libcap-ng-0.7/bindings/python/
Dcapng.py84 CAP_IPC_LOCK = _capng.CAP_IPC_LOCK variable
/external/kernel-headers/original/uapi/linux/
Dcapability.h200 #define CAP_IPC_LOCK 14 macro