Skip to content
Snippets Groups Projects
Commit a00ed2b2 authored by Nick Kralevich's avatar Nick Kralevich
Browse files

domain_deprecated.te: Delete system_data_file:dir rule

This rule is a duplicate of a rule already in domain.te.

Change-Id: I729e6d9ca9c99466f8c0fd1ab2f8449f889c71fa
parent 0f8d9261
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,6 @@ allow domain_deprecated system_file:file r_file_perms;
allow domain_deprecated system_file:lnk_file r_file_perms;
# Read files already opened under /data.
allow domain_deprecated system_data_file:dir { search getattr };
allow domain_deprecated system_data_file:file { getattr read };
allow domain_deprecated system_data_file:lnk_file r_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment