blob: 6aaf50c63469f8169e920f14b4461cc0408e9c2a [file] [log] [blame]
dhacker29b4878d42015-02-15 11:47:23 -05001allow system_server recovery_cache_file:dir rw_dir_perms;
2allow system_server recovery_cache_file:file create_file_perms;
Pat Erley15697312016-02-09 10:43:31 -08003allow system_server recovery_cache_file:fifo_file create_file_perms;
Steve Kondika3855012015-09-06 13:53:29 -07004
5# Persistent properties
6allow system_server persist_property_file:dir rw_dir_perms;
7allow system_server persist_property_file:file { create_file_perms unlink };
codeworkx14e765c2016-01-01 17:29:10 +01008
9allow system_server storage_stub_file:dir { getattr };