Home
last modified time | relevance | path

Searched refs:permitted (Results 1 – 6 of 6) sorted by relevance

/system/core/logd/
Dmain.cpp94 capdata[CAP_TO_INDEX(CAP_SYSLOG)].permitted = CAP_TO_MASK(CAP_SYSLOG); in drop_privs()
95 capdata[CAP_TO_INDEX(CAP_AUDIT_CONTROL)].permitted |= CAP_TO_MASK(CAP_AUDIT_CONTROL); in drop_privs()
97 capdata[0].effective = capdata[0].permitted; in drop_privs()
98 capdata[1].effective = capdata[1].permitted; in drop_privs()
/system/core/include/private/
Dandroid_filesystem_capability.h44 __u32 permitted; member
65 __le32 permitted; member
/system/core/toolbox/
DNOTICE21 modification, are permitted provided that the following conditions
49 modification, are permitted provided that the following conditions
78 modification, are permitted provided that the following conditions
110 modification, are permitted provided that the following conditions
139 modification, are permitted provided that the following conditions
171 modification, are permitted provided that the following conditions
200 modification, are permitted provided that the following conditions
229 modification, are permitted provided that the following conditions
261 modification, are permitted provided that the following conditions
293 modification, are permitted provided that the following conditions
[all …]
/system/core/libmincrypt/
DNOTICE4 modification, are permitted provided that the following conditions are met:
/system/media/audio_route/
DNOTICE4 modification, are permitted provided that the following conditions are met:
/system/extras/ext4_utils/
Dcontents.c483 cap_data.data[0].permitted = (uint32_t) (capabilities & 0xffffffff); in inode_set_capabilities()
485 cap_data.data[1].permitted = (uint32_t) (capabilities >> 32); in inode_set_capabilities()