You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
538 B
15 lines
538 B
4 months ago
|
# rules removed from the domain attribute
|
||
|
|
||
|
# Read files already opened under /data.
|
||
|
allow domain_deprecated system_data_file:file { getattr read };
|
||
|
allow domain_deprecated system_data_file:lnk_file r_file_perms;
|
||
|
|
||
|
# Read apk files under /data/app.
|
||
|
allow domain_deprecated apk_data_file:dir { getattr search };
|
||
|
allow domain_deprecated apk_data_file:file r_file_perms;
|
||
|
allow domain_deprecated apk_data_file:lnk_file r_file_perms;
|
||
|
|
||
|
# Read access to pseudo filesystems.
|
||
|
r_dir_file(domain_deprecated, proc)
|
||
|
r_dir_file(domain_deprecated, sysfs)
|