Home | History | Annotate | Download | only in public
      1 # Process which creates/updates shared RELRO files to be used by other apps.
      2 type shared_relro, domain;
      3 
      4 # Grant write access to the shared relro files/directory.
      5 allow shared_relro shared_relro_file:dir rw_dir_perms;
      6 allow shared_relro shared_relro_file:file create_file_perms;
      7 
      8 # Needs to contact the "webviewupdate" and "activity" services
      9 allow shared_relro webviewupdate_service:service_manager find;
     10