Keystore2 needs to call getpidcon

This commit is contained in:
Pierre-Hugues Husson 2021-10-20 09:55:33 -04:00
parent 1bb44a597e
commit fc4969ac98
1 changed files with 3 additions and 0 deletions

3
sepolicy/keystore.te Normal file
View File

@ -0,0 +1,3 @@
allow keystore domain:process getattr;
allow keystore domain:dir r_dir_perms;
allow keystore domain:file r_file_perms;