/system/core/libkeyutils/mini_keyctl/ |
D | mini_keyctl.cpp | 57 int Unlink(key_serial_t key, const std::string& keyring) { in Unlink() argument 58 key_serial_t keyring_id = android::GetKeyringId(keyring); in Unlink() 60 error(1, errno, "Failed to unlink key %x from keyring %s", key, keyring.c_str()); in Unlink() 67 const std::string& keyring) { in Add() argument 73 key_serial_t keyring_id = android::GetKeyringId(keyring); in Add() 85 int Padd(const std::string& type, const std::string& desc, const std::string& keyring) { in Padd() argument 86 key_serial_t keyring_id = android::GetKeyringId(keyring); in Padd() 108 int RestrictKeyring(const std::string& keyring) { in RestrictKeyring() argument 109 key_serial_t keyring_id = android::GetKeyringId(keyring); in RestrictKeyring() 111 error(1, errno, "Cannot restrict keyring '%s'", keyring.c_str()); in RestrictKeyring() [all …]
|
/system/core/libkeyutils/ |
D | keyutils.cpp | 59 long keyctl_unlink(key_serial_t key, key_serial_t keyring) { in keyctl_unlink() argument 60 return syscall(__NR_keyctl, KEYCTL_UNLINK, key, keyring); in keyctl_unlink() 63 long keyctl_restrict_keyring(key_serial_t keyring, const char* type, const char* restriction) { in keyctl_restrict_keyring() argument 64 return syscall(__NR_keyctl, KEYCTL_RESTRICT_KEYRING, keyring, type, restriction); in keyctl_restrict_keyring()
|
/system/core/libkeyutils/include/ |
D | keyutils.h | 52 long keyctl_unlink(key_serial_t key, key_serial_t keyring); 54 long keyctl_restrict_keyring(key_serial_t keyring, const char* type, const char* restriction);
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | fsverity_init.te | 9 # Kernel only prints the keys that can be accessed and only kernel keyring is needed here.
|
D | domain.te | 108 # Allow access to fsverity keyring. 110 # Allow access to keys in the fsverity keyring that were installed at boot.
|
/system/sepolicy/private/ |
D | fsverity_init.te | 9 # Kernel only prints the keys that can be accessed and only kernel keyring is needed here.
|
D | domain.te | 95 # Allow access to fsverity keyring. 97 # Allow access to keys in the fsverity keyring that were installed at boot.
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | fsverity_init.te | 13 # Kernel only prints the keys that can be accessed and only kernel keyring is needed here.
|
D | domain.te | 76 # Allow access to fsverity keyring. 78 # Allow access to keys in the fsverity keyring that were installed at boot.
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | vold.te | 155 # linux keyring configuration
|
D | init.te | 383 # linux keyring configuration
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | vold.te | 158 # linux keyring configuration
|
D | init.te | 388 # linux keyring configuration
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | vold.te | 183 # linux keyring configuration
|
D | init.te | 459 # linux keyring configuration
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | vold.te | 214 # linux keyring configuration
|
D | init.te | 519 # linux keyring configuration
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | vold.te | 266 # linux keyring configuration
|
D | init.te | 551 # linux keyring configuration
|
/system/sepolicy/public/ |
D | vold.te | 254 # linux keyring configuration
|
D | init.te | 553 # linux keyring configuration
|