Merge "[ALPS04428820] MSDC : Add selinux allow sysfs_boot_type access" into alps-trunk-q0.basic

Change-Id: I9abe1d290dd34eabb28498652bc047bf1107f7de
MTK-Commit-Id: d19ca49eb1e8d6d6c6935ccf0689f68f1a92350f
This commit is contained in:
Peter Wang 2020-01-18 10:12:57 +08:00 committed by Gerrit Code Review
commit 33a714e910

View File

@ -187,6 +187,7 @@ allow meta_tst sysfs_ccci:file r_file_perms;
allow meta_tst sysfs_comport_type:file rw_file_perms; allow meta_tst sysfs_comport_type:file rw_file_perms;
allow meta_tst sysfs_uart_info:file rw_file_perms; allow meta_tst sysfs_uart_info:file rw_file_perms;
allow meta_tst sysfs_boot_mode:file rw_file_perms; allow meta_tst sysfs_boot_mode:file rw_file_perms;
allow meta_tst sysfs_boot_type:file r_file_perms;
allow meta_tst sysfs_android_usb:file rw_file_perms; allow meta_tst sysfs_android_usb:file rw_file_perms;
allow meta_tst sysfs_android_usb:dir search; allow meta_tst sysfs_android_usb:dir search;
allow meta_tst sysfs_usb_cmode:file rw_file_perms; allow meta_tst sysfs_usb_cmode:file rw_file_perms;