Move vendor_sched to common sepolicy am: 7c14f44109
Original change: https://googleplex-android-review.googlesource.com/c/platform/system/sepolicy/+/15401722 Change-Id: Id7c6a5c2de6f37a26cc246ccc02f2537bf29f5c0
This commit is contained in:
commit
f7344317c7
6 changed files with 20 additions and 2 deletions
|
@ -148,4 +148,6 @@
|
|||
vpn_management_service
|
||||
watchdog_metadata_file
|
||||
wifi_key
|
||||
zygote_config_prop))
|
||||
zygote_config_prop
|
||||
proc_vendor_sched
|
||||
sysfs_vendor_sched))
|
||||
|
|
|
@ -103,6 +103,7 @@ genfscon proc /version u:object_r:proc_version:s0
|
|||
genfscon proc /vmallocinfo u:object_r:proc_vmallocinfo:s0
|
||||
genfscon proc /vmstat u:object_r:proc_vmstat:s0
|
||||
genfscon proc /zoneinfo u:object_r:proc_zoneinfo:s0
|
||||
genfscon proc /vendor_sched u:object_r:proc_vendor_sched:s0
|
||||
|
||||
genfscon fusectl / u:object_r:fusectlfs:s0
|
||||
|
||||
|
@ -164,6 +165,7 @@ genfscon sysfs /module/tcp_cubic/parameters u:object_r:sysfs_net:s0
|
|||
genfscon sysfs /module/wlan/parameters/fwpath u:object_r:sysfs_wlan_fwpath:s0
|
||||
genfscon sysfs /devices/virtual/timed_output/vibrator/enable u:object_r:sysfs_vibrator:s0
|
||||
genfscon sysfs /devices/virtual/misc/uhid u:object_r:sysfs_uhid:s0
|
||||
genfscon sysfs /kernel/vendor_sched u:object_r:sysfs_vendor_sched:s0
|
||||
|
||||
genfscon debugfs /kprobes u:object_r:debugfs_kprobes:s0
|
||||
genfscon debugfs /mmc0 u:object_r:debugfs_mmc:s0
|
||||
|
|
|
@ -77,6 +77,7 @@ type proc_version, fs_type, proc_type;
|
|||
type proc_vmallocinfo, fs_type, proc_type;
|
||||
type proc_vmstat, fs_type, proc_type;
|
||||
type proc_zoneinfo, fs_type, proc_type;
|
||||
type proc_vendor_sched, proc_type, fs_type;
|
||||
type selinuxfs, fs_type, mlstrustedobject;
|
||||
type fusectlfs, fs_type;
|
||||
type cgroup, fs_type, mlstrustedobject;
|
||||
|
@ -116,6 +117,10 @@ type sysfs_fs_ext4_features, sysfs_type, fs_type;
|
|||
type sysfs_fs_f2fs, sysfs_type, fs_type;
|
||||
type sysfs_fs_incfs_features, sysfs_type, fs_type;
|
||||
type sysfs_fs_incfs_metrics, sysfs_type, fs_type;
|
||||
type sysfs_vendor_sched, sysfs_type, fs_type;
|
||||
userdebug_or_eng(`
|
||||
typeattribute sysfs_vendor_sched mlstrustedobject;
|
||||
')
|
||||
type fs_bpf, fs_type;
|
||||
type fs_bpf_tethering, fs_type;
|
||||
type configfs, fs_type;
|
||||
|
|
|
@ -148,4 +148,6 @@
|
|||
vpn_management_service
|
||||
watchdog_metadata_file
|
||||
wifi_key
|
||||
zygote_config_prop))
|
||||
zygote_config_prop
|
||||
proc_vendor_sched
|
||||
sysfs_vendor_sched))
|
||||
|
|
|
@ -103,6 +103,7 @@ genfscon proc /version u:object_r:proc_version:s0
|
|||
genfscon proc /vmallocinfo u:object_r:proc_vmallocinfo:s0
|
||||
genfscon proc /vmstat u:object_r:proc_vmstat:s0
|
||||
genfscon proc /zoneinfo u:object_r:proc_zoneinfo:s0
|
||||
genfscon proc /vendor_sched u:object_r:proc_vendor_sched:s0
|
||||
|
||||
genfscon fusectl / u:object_r:fusectlfs:s0
|
||||
|
||||
|
@ -164,6 +165,7 @@ genfscon sysfs /module/tcp_cubic/parameters u:object_r:sysfs_net:s0
|
|||
genfscon sysfs /module/wlan/parameters/fwpath u:object_r:sysfs_wlan_fwpath:s0
|
||||
genfscon sysfs /devices/virtual/timed_output/vibrator/enable u:object_r:sysfs_vibrator:s0
|
||||
genfscon sysfs /devices/virtual/misc/uhid u:object_r:sysfs_uhid:s0
|
||||
genfscon sysfs /kernel/vendor_sched u:object_r:sysfs_vendor_sched:s0
|
||||
|
||||
genfscon debugfs /kprobes u:object_r:debugfs_kprobes:s0
|
||||
genfscon debugfs /mmc0 u:object_r:debugfs_mmc:s0
|
||||
|
|
|
@ -77,6 +77,7 @@ type proc_version, fs_type, proc_type;
|
|||
type proc_vmallocinfo, fs_type, proc_type;
|
||||
type proc_vmstat, fs_type, proc_type;
|
||||
type proc_zoneinfo, fs_type, proc_type;
|
||||
type proc_vendor_sched, proc_type, fs_type;
|
||||
type selinuxfs, fs_type, mlstrustedobject;
|
||||
type fusectlfs, fs_type;
|
||||
type cgroup, fs_type, mlstrustedobject;
|
||||
|
@ -116,6 +117,10 @@ type sysfs_fs_ext4_features, sysfs_type, fs_type;
|
|||
type sysfs_fs_f2fs, sysfs_type, fs_type;
|
||||
type sysfs_fs_incfs_features, sysfs_type, fs_type;
|
||||
type sysfs_fs_incfs_metrics, sysfs_type, fs_type;
|
||||
type sysfs_vendor_sched, sysfs_type, fs_type;
|
||||
userdebug_or_eng(`
|
||||
typeattribute sysfs_vendor_sched mlstrustedobject;
|
||||
')
|
||||
type fs_bpf, fs_type;
|
||||
type fs_bpf_tethering, fs_type;
|
||||
type configfs, fs_type;
|
||||
|
|
Loading…
Reference in a new issue