Skip to content
Snippets Groups Projects
Commit 2795f7b9 authored by John Stultz's avatar John Stultz Committed by android-build-merger
Browse files

domain.te: Add map permissions to vendor_config_files

am: 3ba03d61

Change-Id: I5a3fe73d15dc14570a7518c61b49ac60c14b1330
parents 6477ed40 3ba03d61
No related branches found
No related tags found
No related merge requests found
...@@ -181,7 +181,7 @@ allow domain vndk_sp_file:file { execute read open getattr map }; ...@@ -181,7 +181,7 @@ allow domain vndk_sp_file:file { execute read open getattr map };
# All domains get access to /vendor/etc # All domains get access to /vendor/etc
allow domain vendor_configs_file:dir r_dir_perms; allow domain vendor_configs_file:dir r_dir_perms;
allow domain vendor_configs_file:file { read open getattr }; allow domain vendor_configs_file:file { read open getattr map };
full_treble_only(` full_treble_only(`
# Allow all domains to be able to follow /system/vendor and/or # Allow all domains to be able to follow /system/vendor and/or
......
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