Revert "SEAndroid: Updated vold domain related policy"

This reverts commit 733050a425.
This has an incorrect path, and doesn't belong here at all. Any
platform using UMS is affected by this

Change-Id: I067ba68a64c16406b787fefd97d6c6d9e0d41344
This commit is contained in:
Ricardo Cerqueira
2015-02-11 23:11:19 +00:00
parent 5ca33d98db
commit 23a1492f57
5 changed files with 0 additions and 7 deletions

View File

@@ -106,9 +106,6 @@ type ipacm_data_file, file_type;
#Define the files written during the operation of mmi
type mmi_data_file, file_type, data_file_type;
#needed by vold
type proc_dirty_ratio, fs_type;
# hbtp config file
type hbtp_cfg_file, file_type;
type hbtp_log_file, file_type;

1
common/genfs_contexts Executable file → Normal file
View File

@@ -1,2 +1 @@
genfscon proc /asound/card0/state u:object_r:proc_audiod:s0
genfscon proc /proc/sys/vm/dirty_ratio u:object_r:proc_dirty_ratio:s0

View File

@@ -1 +0,0 @@
allow kernel block_device:blk_file r_file_perms;

1
common/vold.te Executable file → Normal file
View File

@@ -6,4 +6,3 @@ allow vold proc_sysrq:file rw_file_perms;
allow vold self:capability sys_boot;
allow vold cache_file:dir { write add_name };
allow vold cache_file:file { write create open };
allow vold proc_dirty_ratio:file rw_file_perms;

View File

@@ -88,7 +88,6 @@ BOARD_SEPOLICY_UNION += \
wfd_app.te \
mediaserver_test.te \
hbtp.te \
kernel.te \
vold.te
-include device/qcom/sepolicy/$(TARGET_BOARD_PLATFORM)/Android.mk