Home
last modified time | relevance | path

Searched refs:CAP_SETUID (Results 1 – 11 of 11) sorted by relevance

/system/core/include/private/
Dandroid_filesystem_capability.h79 #define CAP_SETUID 7 macro
/system/core/libcutils/include/private/
Dandroid_filesystem_capability.h79 #define CAP_SETUID 7 macro
/system/sepolicy/prebuilts/api/26.0/public/
Drunas.te35 # run-as cannot have capabilities other than CAP_SETUID and CAP_SETGID
/system/sepolicy/prebuilts/api/27.0/public/
Drunas.te36 # run-as cannot have capabilities other than CAP_SETUID and CAP_SETGID
/system/sepolicy/prebuilts/api/28.0/public/
Drunas.te40 # run-as cannot have capabilities other than CAP_SETUID and CAP_SETGID
/system/sepolicy/public/
Dsimpleperf_app_runner.te41 # simpleperf_app_runner cannot have capabilities other than CAP_SETUID and CAP_SETGID
Drunas.te41 # run-as cannot have capabilities other than CAP_SETUID and CAP_SETGID
/system/sepolicy/prebuilts/api/29.0/public/
Dsimpleperf_app_runner.te41 # simpleperf_app_runner cannot have capabilities other than CAP_SETUID and CAP_SETGID
Drunas.te41 # run-as cannot have capabilities other than CAP_SETUID and CAP_SETGID
/system/core/libcutils/
Dfs_config.cpp206 { 00750, AID_ROOT, AID_SHELL, CAP_MASK_LONG(CAP_SETUID) |
209 { 00750, AID_ROOT, AID_SHELL, CAP_MASK_LONG(CAP_SETUID) |
/system/core/adb/daemon/
Dmain.cpp134 minijail_use_caps(jail.get(), CAP_TO_MASK(CAP_SETUID) | CAP_TO_MASK(CAP_SETGID)); in drop_privileges()