[Detail] Because "ro.vendor.net.upload.benchmark.default" is unlabeled property, so all use it will have name of vendor_default_prop [Solution] Need owner to relabel the property of "ro.vendor.net.upload.benchmark.default" MTK-Commit-Id: 3a772e2b252536c9bbe9829b75f3464c2df68248 Change-Id: I42f341bf01cea16a16a0e73d13e0c03b5c270dad CR-Id: ALPS03825066 Feature: [Android Default] SELinux, SEAndroid, and SE-MTK
23 lines
808 B
Plaintext
23 lines
808 B
Plaintext
# ==============================================
|
|
# MTK Policy Rule
|
|
# ==============================================
|
|
|
|
# volume manager
|
|
|
|
# Date : WK16.19
|
|
# Operation : Migration
|
|
# Purpose : unmount /mnt/cd-rom. It causes by unmountAll() when VolumeManager starts
|
|
allow vold iso9660:filesystem unmount;
|
|
|
|
# Date : WK16.19
|
|
# Operation : Migration
|
|
# Purpose : vold will traverse /proc when remountUid().
|
|
# It will trigger violation if mtk customize some label in /proc.
|
|
# However, we should ignore the violation if the processes never access the storage.
|
|
dontaudit vold proc_battery_cmd:dir { read open };
|
|
dontaudit vold proc_mtkcooler:dir { read open };
|
|
dontaudit vold proc_mtktz:dir { read open };
|
|
dontaudit vold proc_thermal:dir { read open };
|
|
|
|
allow vold mtd_device:blk_file rw_file_perms;
|