commit | fb0cb0c690158aa5f7107aff00c592228a9aaac6 | [log] [tgz] |
---|---|---|
author | Pierre-Hugues Husson <phh@phh.me> | Sat Feb 17 19:41:09 2018 +0100 |
committer | Pierre-Hugues Husson <phh@phh.me> | Sat Feb 17 19:41:09 2018 +0100 |
tree | b770dcac3e8cf171b539b17b357f0467de993a1b | |
parent | 8b6339387fc60ae73e90878d6f9608321ff00212 [diff] |
Allow vold to delete /data/user/0 if he thinks it is useful
diff --git a/sepolicy/vold.te b/sepolicy/vold.te new file mode 100644 index 0000000..d3740c0 --- /dev/null +++ b/sepolicy/vold.te
@@ -0,0 +1 @@ +allow vold system_data_file:lnk_file { unlink };