Searched refs:user (Results 1 – 25 of 120) sorted by relevance
12345
/system/sepolicy/private/ |
D | seapp_contexts | 6 # user (string) 16 # isOwner=true will only match for the owner/primary user. 20 # A user string selector that ends in * will perform a prefix match. 21 # user=_app will match any regular app UID. 22 # user=_isolated will match any isolated service UID. 36 # (5) Specified user= string before unspecified user= string. 37 # (6) Fixed user= string before user= prefix (i.e. ending in *). 38 # (7) Longer user= prefix before shorter user= prefix. 50 # levelFrom (string; one of none, all, app, or user) 54 # levelFrom=user is only supported for _app or _isolated UIDs. [all …]
|
D | users | 1 user u roles { r } level s0 range s0 - mls_systemhigh;
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | seapp_contexts | 6 # user (string) 16 # isOwner=true will only match for the owner/primary user. 20 # A user string selector that ends in * will perform a prefix match. 21 # user=_app will match any regular app UID. 22 # user=_isolated will match any isolated service UID. 36 # (5) Specified user= string before unspecified user= string. 37 # (6) Fixed user= string before user= prefix (i.e. ending in *). 38 # (7) Longer user= prefix before shorter user= prefix. 50 # levelFrom (string; one of none, all, app, or user) 54 # levelFrom=user is only supported for _app or _isolated UIDs. [all …]
|
D | users | 1 user u roles { r } level s0 range s0 - mls_systemhigh;
|
/system/core/libunwindstack/ |
D | Regs.cpp | 149 arm_user_regs* user = reinterpret_cast<arm_user_regs*>(remote_data); in ReadArm() local 152 memcpy(regs->RawData(), &user->regs[0], ARM_REG_LAST * sizeof(uint32_t)); in ReadArm() 158 arm64_user_regs* user = reinterpret_cast<arm64_user_regs*>(remote_data); in ReadArm64() local 161 memcpy(regs->RawData(), &user->regs[0], (ARM64_REG_R31 + 1) * sizeof(uint64_t)); in ReadArm64() 163 reg_data[ARM64_REG_PC] = user->pc; in ReadArm64() 164 reg_data[ARM64_REG_SP] = user->sp; in ReadArm64() 170 x86_user_regs* user = reinterpret_cast<x86_user_regs*>(remote_data); in ReadX86() local 173 (*regs)[X86_REG_EAX] = user->eax; in ReadX86() 174 (*regs)[X86_REG_EBX] = user->ebx; in ReadX86() 175 (*regs)[X86_REG_ECX] = user->ecx; in ReadX86() [all …]
|
/system/security/keystore/ |
D | permissions.cpp | 151 struct user_euid user = user_euids[i]; in get_keystore_euid() local 152 if (user.uid == uid) { in get_keystore_euid() 153 return user.euid; in get_keystore_euid() 167 struct user_perm user = user_perms[i]; in has_permission() local 168 if (user.uid == uid) { in has_permission() 169 return (user.perms & perm) && keystore_selinux_check_access(uid, perm, spid); in has_permission() 185 struct user_euid user = user_euids[i]; in is_granted_to() local 186 if (user.euid == callingUid && user.uid == targetUid) { in is_granted_to()
|
D | keystore.rc | 3 user keystore
|
/system/update_engine/ |
D | UpdateEngine.conf | 4 <policy user="root"> 8 <policy user="chronos"> 71 <policy user="power">
|
/system/tpm/tpm_manager/server/ |
D | org.chromium.TpmManager.conf | 5 <policy user="tpm_manager"> 9 <policy user="root">
|
/system/core/logd/ |
D | logd.rc | 7 user logd 14 user logd
|
/system/core/rootdir/ |
D | init.zygote32_64.rc | 4 user root 19 user root
|
D | init.zygote64_32.rc | 4 user root 19 user root
|
/system/sepolicy/reqd_mask/ |
D | users | 1 user u roles { r } level s0 range s0 - mls_systemhigh;
|
/system/media/brillo/audio/audioservice/ |
D | brilloaudioserv.rc | 3 user audioserver
|
/system/connectivity/wificond/ |
D | wificond.rc | 3 user wifi
|
/system/bt/service/ |
D | bluetoothtbd.rc | 3 user bluetooth
|
/system/libhidl/transport/allocator/1.0/default/ |
D | android.hidl.allocator@1.0-service.rc | 3 user system
|
/system/bt/test/rootcanal/ |
D | android.hardware.bluetooth@1.0-service.sim.rc | 3 user bluetooth
|
/system/core/init/test_service/ |
D | test_service.rc | 3 user system
|
/system/core/gatekeeperd/ |
D | gatekeeperd.rc | 3 user system
|
/system/extras/perfprofd/ |
D | perfprofd.rc | 3 user root
|
/system/bt/vendor_libs/linux/interface/ |
D | android.hardware.bluetooth@1.0-service.btlinux.rc | 3 user bluetooth
|
/system/tpm/trunks/ |
D | com.android.Trunks.conf | 5 <policy user="system">
|
D | org.chromium.Trunks.conf | 5 <policy user="trunks">
|
D | trunksd.rc | 6 user root
|
12345