blob: 91cf44d0244adc49669c7f98fee241445f37c27b [file] [log] [blame]
Dan Cashman80582482017-12-06 09:20:27 -08001# Process which creates/updates shared RELRO files to be used by other apps.
2type shared_relro, domain;
3
4# Grant write access to the shared relro files/directory.
5allow shared_relro shared_relro_file:dir rw_dir_perms;
6allow shared_relro shared_relro_file:file create_file_perms;
7
8# Needs to contact the "webviewupdate" and "activity" services
9allow shared_relro webviewupdate_service:service_manager find;