blob: 58789974e09a366418ab068aced23b3ad36e1d0f [file] [log] [blame]
Alex Klyubinf5446eb2017-03-23 14:27:32 -07001typeattribute toolbox coredomain;
2
dcashmancc39f632016-07-22 13:13:11 -07003init_daemon_domain(toolbox)
Alan Stokesc88f0ef2022-04-27 17:26:57 +01004
5# rm -rf in /data/misc/virtualizationservice
6allow toolbox virtualizationservice_data_file:dir { rmdir rw_dir_perms };
7allow toolbox virtualizationservice_data_file:file { getattr unlink };
Alan Stokes40f33c12022-06-15 17:25:20 +01008
9# If we can't remove these directories we try to chmod them. That
10# doesn't work, but it doesn't matter as virtualizationservice itself
11# will delete them when it starts. See b/235338094#comment39
12dontaudit toolbox virtualizationservice_data_file:dir setattr;