/system/sepolicy/prebuilts/api/28.0/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 | 84 # services which should be available to all ephemeral apps
|
D | app.te | 218 # Perform binder IPC to ephemeral apps.
|
/system/sepolicy/prebuilts/api/29.0/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 | 95 # services which should be available to all ephemeral apps
|
/system/sepolicy/prebuilts/api/27.0/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 | 74 # services which should be available to all ephemeral apps
|
/system/sepolicy/prebuilts/api/30.0/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 | 130 # services which should be available to all ephemeral apps
|
/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 | 130 # services which should be available to all ephemeral apps
|
/system/sepolicy/prebuilts/api/26.0/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 | 73 # services which should be available to all ephemeral apps
|
/system/sepolicy/prebuilts/api/26.0/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 39 # Executable content should never be loaded from an ephemeral app home directory.
|
D | app.te | 181 # Perform binder IPC to ephemeral apps.
|
/system/sepolicy/prebuilts/api/30.0/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 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/ |
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 44 # allow ephemeral apps to use UDP sockets provided by the system server but not
|
/system/sepolicy/prebuilts/api/27.0/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
|
/system/sepolicy/prebuilts/api/29.0/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 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/ |
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 56 # allow ephemeral apps to use UDP sockets provided by the system server but not
|
/system/vold/ |
D | FsCrypt.h | 24 bool fscrypt_vold_create_user_key(userid_t user_id, int serial, bool ephemeral);
|
D | VoldNativeService.h | 109 binder::Status createUserKey(int32_t userId, int32_t userSerial, bool ephemeral);
|
D | VoldNativeService.cpp | 656 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()
|
D | FsCrypt.cpp | 500 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/ |
D | IVold.aidl | 87 void createUserKey(int userId, int userSerial, boolean ephemeral); in createUserKey() argument
|