Searched refs:permitted (Results 1 – 6 of 6) sorted by relevance
/system/core/logd/ |
D | main.cpp | 94 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/ |
D | android_filesystem_capability.h | 44 __u32 permitted; member 65 __le32 permitted; member
|
/system/core/toolbox/ |
D | NOTICE | 21 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/ |
D | NOTICE | 4 modification, are permitted provided that the following conditions are met:
|
/system/media/audio_route/ |
D | NOTICE | 4 modification, are permitted provided that the following conditions are met:
|
/system/extras/ext4_utils/ |
D | contents.c | 483 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()
|