/aosp12/system/core/mini_keyctl/ |
H A D | mini_keyctl.cpp | 57 int Unlink(key_serial_t key, const std::string& keyring) { in Unlink() argument 67 const std::string& keyring) { in Add() argument 108 int RestrictKeyring(const std::string& keyring) { in RestrictKeyring() argument 144 std::string keyring = argv[5]; in main() local 145 return Add(type, desc, data, keyring); in main() 150 std::string keyring = argv[4]; in main() local 151 return Padd(type, desc, keyring); in main() 154 std::string keyring = argv[2]; in main() local 155 return RestrictKeyring(keyring); in main() 159 const std::string keyring = argv[3]; in main() local [all …]
|
/aosp12/system/core/libkeyutils/ |
H A 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()
|
/aosp12/system/core/libkeyutils/include/ |
H A 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);
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | fsverity_init.te | 9 # Kernel only prints the keys that can be accessed and only kernel keyring is needed here. 18 # Read the on-device signing certificate, to be able to add it to the keyring
|
H A D | odsign.te | 50 # Run fsverity_init to add key to fsverity keyring
|
H A D | domain.te | 99 # Allow access to fsverity keyring. 101 # Allow access to keys in the fsverity keyring that were installed at boot.
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | fsverity_init.te | 9 # Kernel only prints the keys that can be accessed and only kernel keyring is needed here. 18 # Read the on-device signing certificate, to be able to add it to the keyring
|
H A D | odsign.te | 50 # Run fsverity_init to add key to fsverity keyring
|
H A D | domain.te | 99 # Allow access to fsverity keyring. 101 # Allow access to keys in the fsverity keyring that were installed at boot.
|
/aosp12/system/sepolicy/private/ |
H A D | fsverity_init.te | 9 # Kernel only prints the keys that can be accessed and only kernel keyring is needed here. 18 # Read the on-device signing certificate, to be able to add it to the keyring
|
H A D | odsign.te | 50 # Run fsverity_init to add key to fsverity keyring
|
H A D | domain.te | 99 # Allow access to fsverity keyring. 101 # Allow access to keys in the fsverity keyring that were installed at boot.
|
/aosp12/system/sepolicy/prebuilts/api/30.0/private/ |
H A D | fsverity_init.te | 9 # Kernel only prints the keys that can be accessed and only kernel keyring is needed here.
|
H A D | domain.te | 108 # Allow access to fsverity keyring. 110 # Allow access to keys in the fsverity keyring that were installed at boot.
|
/aosp12/system/sepolicy/prebuilts/api/29.0/private/ |
H A D | fsverity_init.te | 13 # Kernel only prints the keys that can be accessed and only kernel keyring is needed here.
|
H A D | domain.te | 76 # Allow access to fsverity keyring. 78 # Allow access to keys in the fsverity keyring that were installed at boot.
|
/aosp12/system/sepolicy/prebuilts/api/26.0/public/ |
H A D | vold.te | 155 # linux keyring configuration
|
/aosp12/system/sepolicy/prebuilts/api/27.0/public/ |
H A D | vold.te | 158 # linux keyring configuration
|
H A D | init.te | 388 # linux keyring configuration
|
/aosp12/system/sepolicy/prebuilts/api/28.0/public/ |
H A D | vold.te | 183 # linux keyring configuration
|
/aosp12/system/sepolicy/prebuilts/api/29.0/public/ |
H A D | vold.te | 214 # linux keyring configuration
|
/aosp12/system/sepolicy/prebuilts/api/30.0/public/ |
H A D | vold.te | 267 # linux keyring configuration
|
/aosp12/system/sepolicy/prebuilts/api/31.0/public/ |
H A D | vold.te | 261 # linux keyring configuration
|
/aosp12/system/sepolicy/prebuilts/api/32.0/public/ |
H A D | vold.te | 261 # linux keyring configuration
|
/aosp12/system/sepolicy/public/ |
H A D | vold.te | 261 # linux keyring configuration
|