android_device_samsung_mond.../sepolicy/untrusted_app.te

6 lines
271 B
Text
Raw Normal View History

2017-03-24 16:17:50 +03:00
# These are safe for an untrusted_app -- they are the external SD card
2017-10-10 20:03:00 +03:00
allow untrusted_app exfat:dir create_dir_perms;
allow untrusted_app exfat:file create_file_perms;
allow untrusted_app fuseblk:dir create_dir_perms;
allow untrusted_app fuseblk:file create_file_perms;