blob: 54bdbb9cdfb1cc2fa51ea496deb72d7f3474d116 [file] [log] [blame]
Torne (Richard Coles)9786af22014-05-23 11:01:58 +01001# Process which creates/updates shared RELRO files to be used by other apps.
2type shared_relro, domain;
3
4# The shared relro process is a Java program forked from the zygote, so it
5# inherits from app to get basic permissions it needs to run.
6app_domain(shared_relro)
7
8# Grant write access to the shared relro files/directory.
9allow shared_relro shared_relro_file:dir rw_dir_perms;
10allow shared_relro shared_relro_file:file create_file_perms;