• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# 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;
10