/build/target/board/generic_x86/sepolicy/ |
healthd.te | 1 allow healthd self:capability sys_nice;
|
zygote.te | 2 allow zygote self:capability sys_nice;
|
/device/moto/shamu/sepolicy/ |
kernel.te | 1 allow kernel self:capability net_admin;
|
netd.te | 2 dontaudit netd self:capability sys_module;
|
tee.te | 4 allow tee self:capability { setuid setgid }; 9 allow tee self:capability sys_rawio;
|
/device/asus/fugu/sepolicy/ |
netd.te | 2 dontaudit netd self:capability sys_module;
|
/device/htc/flounder/sepolicy/ |
netd.te | 2 dontaudit netd self:capability sys_module;
|
init.te | 4 allow init self:capability sys_nice;
|
/external/libcap-ng/libcap-ng-0.7/docs/ |
capng_update.3 | 7 int capng_update(capng_act_t action, capng_type_t type,unsigned int capability); 11 capng_update will update the internal posix capabilities settings based on the options passed to it. The action should be eith CAPNG_DROP to set the capability bit to 0, or CAPNG_ADD to set the capability bit to 1. The operation is performed on the capability set specified in the type parameter. The values are: CAPNG_EFFECTIVE, CAPNG_PERMITTED, CAPNG_INHERITABLE, CAPNG_BOUNDING_SET. The values may be or'ed together to perform the same operation on multiple sets. The last paramter, capability, is the capability define as given in linux/capability.h.
|
capng_updatev.3 | 8 unsigned int capability, ...); 12 capng_updatev will update the internal posix capabilities settings based on the options passed to it. The action should be eith CAPNG_DROP to set the capability bit to 0, or CAPNG_ADD to set the capability bit to 1. The operation is performed on the capability set specified in the type parameter. The values are: CAPNG_EFFECTIVE, CAPNG_PERMITTED, CAPNG_INHERITABLE, CAPNG_BOUNDING_SET. The values may be or'ed together to perform the same operation on multiple sets. The last paramter, capability, is the capability define as given in linux/capability.h.
|
capng_have_capability.3 | 3 capng_have_capability \- check for specific capability 7 int capng_have_capability(capng_type_t which, unsigned int capability); 11 capng_have_capability will check the specified internal capabilities set to see if the specified capability is set. The capabilities sets must be previously setup with calls to capng_get_caps_process, capng_get_caps_fd, or in some other way setup. The values for which should be one of: CAPNG_EFFECTIVE, CAPNG_PERMITTED, CAPNG_INHERITABLE, or CAPNG_BOUNDING_SET.
|
/developers/build/prebuilts/gradle/FindMyPhone/Application/src/main/res/values/ |
wear.xml | 3 <!-- declaring that phone provides find_me capability -->
|
/developers/build/prebuilts/gradle/Quiz/Application/src/main/res/values/ |
wear.xml | 3 <!-- declaring that phone provides reset_quiz capability -->
|
/developers/samples/android/wearable/wear/FindMyPhone/Application/src/main/res/values/ |
wear.xml | 3 <!-- declaring that phone provides find_me capability -->
|
/developers/samples/android/wearable/wear/Quiz/Application/src/main/res/values/ |
wear.xml | 3 <!-- declaring that phone provides reset_quiz capability -->
|
/development/samples/browseable/FindMyPhone/Application/res/values/ |
wear.xml | 3 <!-- declaring that phone provides find_me capability -->
|
/development/samples/browseable/Quiz/Application/res/values/ |
wear.xml | 3 <!-- declaring that phone provides reset_quiz capability -->
|
/external/selinux/libsepol/include/sepol/policydb/ |
polcaps.h | 18 /* Convert a capability name to number. */ 21 /* Convert a capability number to name. */
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/ |
CapabilityListElement.java | 8 * The ANQP Capability List element, 802.11-2012 section 8.4.4.3 23 Constants.ANQPElementType capability = Constants.mapANQPElement(capID); local 24 if (capability == null) 25 throw new ProtocolException("Unknown capability: " + capID); 26 mCapabilities[index++] = capability;
|
HSCapabilityListElement.java | 8 * The HS Capability list vendor specific ANQP Element, 24 Constants.ANQPElementType capability = Constants.mapHS20Element(capID); local 25 if (capability == null) { 26 throw new ProtocolException("Unknown capability: " + capID); 28 mCapabilities[index++] = capability;
|
/developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/res/values/ |
wear.xml | 3 <!-- declaring that phone has the capability to show details -->
|
/developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/res/values/ |
wear.xml | 3 <!-- declaring that phone has the capability to show details -->
|
/development/samples/browseable/XYZTouristAttractions/Application/res/values/ |
wear.xml | 3 <!-- declaring that phone has the capability to show details -->
|
/device/asus/flo/sepolicy/ |
mpdecision.te | 6 allow mpdecision self:capability dac_override; 7 auditallow mpdecision self:capability dac_override; 14 allow mpdecision self:capability net_admin; 22 allow mpdecision self:capability chown; 26 dontaudit mpdecision self:capability fsetid; 46 allow mpdecision self:capability sys_nice;
|
/device/lge/hammerhead/sepolicy/ |
mpdecision.te | 6 allow mpdecision self:capability dac_override; 7 auditallow mpdecision self:capability dac_override; 14 allow mpdecision self:capability net_admin; 22 allow mpdecision self:capability chown; 26 dontaudit mpdecision self:capability fsetid; 46 allow mpdecision self:capability sys_nice;
|