Home
last modified time | relevance | path

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

12

/system/sepolicy/prebuilts/api/28.0/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.
Dattributes84 # services which should be available to all ephemeral apps
Dapp.te218 # Perform binder IPC to ephemeral apps.
/system/sepolicy/prebuilts/api/29.0/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.
Dattributes95 # services which should be available to all ephemeral apps
/system/sepolicy/prebuilts/api/27.0/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.
Dattributes74 # services which should be available to all ephemeral apps
/system/sepolicy/prebuilts/api/30.0/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.
Dattributes130 # services which should be available to all ephemeral apps
/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.
Dattributes130 # services which should be available to all ephemeral apps
/system/sepolicy/prebuilts/api/26.0/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.
Dattributes73 # services which should be available to all ephemeral apps
/system/sepolicy/prebuilts/api/26.0/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
39 # Executable content should never be loaded from an ephemeral app home directory.
Dapp.te181 # Perform binder IPC to ephemeral apps.
/system/sepolicy/prebuilts/api/30.0/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
49 # Allow ephemeral apps to interact with gpuservice
60 # allow ephemeral apps to use UDP sockets provided by the system server but not
/system/sepolicy/prebuilts/api/28.0/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
44 # allow ephemeral apps to use UDP sockets provided by the system server but not
/system/sepolicy/prebuilts/api/27.0/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
/system/sepolicy/prebuilts/api/29.0/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
50 # Allow ephemeral apps to interact with gpuservice
63 # allow ephemeral apps to use UDP sockets provided by the system server but not
/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
56 # allow ephemeral apps to use UDP sockets provided by the system server but not
/system/vold/
DFsCrypt.h24 bool fscrypt_vold_create_user_key(userid_t user_id, int serial, bool ephemeral);
DVoldNativeService.h109 binder::Status createUserKey(int32_t userId, int32_t userSerial, bool ephemeral);
DVoldNativeService.cpp656 binder::Status VoldNativeService::createUserKey(int32_t userId, int32_t userSerial, bool ephemeral)… in createUserKey() argument
660 return translateBool(fscrypt_vold_create_user_key(userId, userSerial, ephemeral)); in createUserKey()
DFsCrypt.cpp500 bool fscrypt_vold_create_user_key(userid_t user_id, int serial, bool ephemeral) { in fscrypt_vold_create_user_key() argument
512 if (!create_and_install_user_keys(user_id, ephemeral)) { in fscrypt_vold_create_user_key()
/system/vold/binder/android/os/
DIVold.aidl87 void createUserKey(int userId, int userSerial, boolean ephemeral); in createUserKey() argument

12