Home
last modified time | relevance | path

Searched refs:ephemeral (Results 1 – 11 of 11) sorted by relevance

/system/sepolicy/public/
Dephemeral_app.te4 ### 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.
Dattributes161 # services which should be available to all ephemeral apps
/system/sepolicy/private/
Dephemeral_app.te4 ### 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
Dapp.te400 # Perform binder IPC to ephemeral apps.
Ddomain.te1534 -ephemeral_app # We don't distinguish ephemeral apps based on target API.
/system/vold/
DFsCrypt.h26 bool fscrypt_create_user_keys(userid_t user_id, bool ephemeral);
DFsCrypt.cpp399 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()
DVoldNativeService.h116 binder::Status createUserStorageKeys(int32_t userId, bool ephemeral);
DVoldNativeService.cpp618 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/
DIVold.aidl91 void createUserStorageKeys(int userId, boolean ephemeral); in createUserStorageKeys() argument
/system/core/rootdir/
Dinit.rc867 mkdir /data/app-ephemeral 0771 system system encryption=Require