Merge "selinux: allow everybody to read flags from RO flag storage file" into main
This commit is contained in:
commit
0467d14618
1 changed files with 5 additions and 5 deletions
|
@ -570,11 +570,11 @@ allow {
|
||||||
-hal_omx_server
|
-hal_omx_server
|
||||||
} {shell_exec toolbox_exec}:file rx_file_perms;
|
} {shell_exec toolbox_exec}:file rx_file_perms;
|
||||||
|
|
||||||
# Allow all (except vendor) to read from flag value boot snapshot files and general pb files
|
# Allow all to read from flag value boot snapshot storage files and general pb files
|
||||||
# The boot copy of the flag value files serves flag read traffic for all processes, thus
|
# The boot snapshot of storage files serves flag read traffic for all processes, thus
|
||||||
# needs to be readable by everybody. Also, the metadata directory will contain pb file
|
# needs to be readable by everybody.
|
||||||
# that records where flag storage files are, so also needs to be readable by everbody.
|
r_dir_file(domain, aconfig_storage_metadata_file);
|
||||||
r_dir_file({ coredomain appdomain }, aconfig_storage_metadata_file);
|
|
||||||
r_dir_file({ coredomain appdomain }, system_aconfig_storage_file);
|
r_dir_file({ coredomain appdomain }, system_aconfig_storage_file);
|
||||||
r_dir_file({ coredomain appdomain }, aconfig_test_mission_files);
|
r_dir_file({ coredomain appdomain }, aconfig_test_mission_files);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue