Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 70ed191f authored by Yumi Yukimura's avatar Yumi Yukimura Committed by Jan Altensen
Browse files

sepolicy: Label iso9660 and udf filesystem

Change-Id: I2413b088558448b86200061cb298f395717c372e
parent 2275b987
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
genfscon sysfs /devices/virtual/timed_output/vibrator u:object_r:sysfs_vibrator:s0
genfscon sysfs /module/mmcblk/parameters/perdev_minors u:object_r:sysfs_perdev_minors:s0

genfscon iso9660 / u:object_r:iso9660:s0
genfscon udf / u:object_r:udf:s0

common/public/file.te

0 → 100644
+2 −0
Original line number Diff line number Diff line
type iso9660, sdcard_type, fs_type, mlstrustedobject;
type udf, sdcard_type, fs_type, mlstrustedobject;