Searched refs:ephemeral (Results 1 – 11 of 11) sorted by relevance
/system/sepolicy/public/ |
D | ephemeral_app.te | 4 ### This file defines the security policy for apps with the ephemeral 8 ### ephemeral applications to be safely installed and run. Non ephemeral 9 ### applications may also opt-in to ephemeral to take advantage of the 12 ### PackageManager flags an app as ephemeral at install time.
|
D | attributes | 161 # services which should be available to all ephemeral apps
|
/system/sepolicy/private/ |
D | ephemeral_app.te | 4 ### This file defines the security policy for apps with the ephemeral 8 ### ephemeral applications to be safely installed and run. Non ephemeral 9 ### applications may also opt-in to ephemeral to take advantage of the 12 ### PackageManager flags an app as ephemeral at install time. 19 # Allow ephemeral apps to read/write files in visible storage if provided fds 48 # allow ephemeral apps to use UDP sockets provided by the system server but not
|
D | app.te | 400 # Perform binder IPC to ephemeral apps.
|
D | domain.te | 1534 -ephemeral_app # We don't distinguish ephemeral apps based on target API.
|
/system/vold/ |
D | FsCrypt.h | 26 bool fscrypt_create_user_keys(userid_t user_id, bool ephemeral);
|
D | FsCrypt.cpp | 399 static bool create_de_key(userid_t user_id, bool ephemeral) { in create_de_key() argument 402 if (!ephemeral && !android::vold::storeKeyAtomically(get_de_key_path(user_id), user_key_temp, in create_de_key() 412 static bool create_ce_key(userid_t user_id, bool ephemeral) { in create_ce_key() argument 415 if (!ephemeral) { in create_ce_key() 614 bool fscrypt_create_user_keys(userid_t user_id, bool ephemeral) { in fscrypt_create_user_keys() argument 625 if (!create_de_key(user_id, ephemeral)) return false; in fscrypt_create_user_keys() 626 if (!create_ce_key(user_id, ephemeral)) return false; in fscrypt_create_user_keys() 627 if (ephemeral) s_ephemeral_users.insert(user_id); in fscrypt_create_user_keys()
|
D | VoldNativeService.h | 116 binder::Status createUserStorageKeys(int32_t userId, bool ephemeral);
|
D | VoldNativeService.cpp | 618 binder::Status VoldNativeService::createUserStorageKeys(int32_t userId, bool ephemeral) { in createUserStorageKeys() argument 622 return translateBool(fscrypt_create_user_keys(userId, ephemeral)); in createUserStorageKeys()
|
/system/vold/binder/android/os/ |
D | IVold.aidl | 91 void createUserStorageKeys(int userId, boolean ephemeral); in createUserStorageKeys() argument
|
/system/core/rootdir/ |
D | init.rc | 867 mkdir /data/app-ephemeral 0771 system system encryption=Require
|