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

Commit c768f04e authored by Bernhard Thoben's avatar Bernhard Thoben
Browse files

kitakami-common: sepolicy: Changed a few properties; finetuning.

Change-Id: Ib7f84c0507b68e09cdbb709fbb2643eb1fa41ff1
parent 8958eac2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
allow bootanim userspace_reboot_exported_prop:file { getattr open read };
allow bootanim userspace_reboot_exported_prop:file r_file_perms;
+0 −1
Original line number Diff line number Diff line
@@ -69,7 +69,6 @@
/system/bin/iddd                                           u:object_r:iddd_exec:s0
/system/bin/init\.qcom\.power\.sh                          u:object_r:init-power-sh_exec:s0
/system/bin/irsc_util                                      u:object_r:irsc_util_exec:s0
/system/bin/loc_launcher                                   u:object_r:loc_launcher_exec:s0
/system/bin/mlog_qmi_service                               u:object_r:mlog_qmi_service_exec:s0
/system/bin/mm-qcamera-daemon                              u:object_r:qcamerasvr_exec:s0
/system/bin/msm_irqbalance                                 u:object_r:msm_irqbalance_exec:s0
+2 −2
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ allow flags_health_check ctl_bugreport_prop:file { getattr open };
allow flags_health_check ctl_console_prop:file { getattr open };
allow flags_health_check ctl_default_prop:file { getattr open };
allow flags_health_check ctl_dumpstate_prop:file { getattr open };
allow flags_health_check ctl_fuse_prop:file { getattr open read };
allow flags_health_check ctl_fuse_prop:file r_file_perms;
allow flags_health_check ctl_gsid_prop:file { getattr open };
allow flags_health_check ctl_hbtp_prop:file { getattr open };
allow flags_health_check ctl_interface_restart_prop:file { getattr open };
@@ -121,7 +121,7 @@ allow flags_health_check sys_usb_controller_prop:file { getattr open };
allow flags_health_check sys_usb_tethering_prop:file { getattr open };
allow flags_health_check system_adbd_prop:file { getattr open };
allow flags_health_check system_boot_reason_prop:file { getattr open };
allow flags_health_check system_jvmti_agent_prop:file { getattr open read };
allow flags_health_check system_jvmti_agent_prop:file r_file_perms;
allow flags_health_check system_lmk_prop:file { getattr open };
allow flags_health_check system_trace_prop:file { getattr open };
allow flags_health_check test_boot_reason_prop:file { getattr open };
+1 −1
Original line number Diff line number Diff line
allow fsck block_device:blk_file { read write };
allow fsck block_device:blk_file rw_file_perms;
allow fsck diag_partition_device:blk_file rw_file_perms;
+3 −3
Original line number Diff line number Diff line
allow hal_bluetooth_default firmware_file:dir search;
allow hal_bluetooth_default firmware_file:file { open read };
allow hal_bluetooth_default firmware_file:file r_file_perms;
allow hal_bluetooth_default sysfs:file write;
allow hal_bluetooth_default system_data_file:file { open read };
allow hal_bluetooth_default system_data_file:file r_file_perms;
allow hal_bluetooth_default ta_data_file:dir { read search };
allow hal_bluetooth_default ta_data_file:file  { open read };
allow hal_bluetooth_default ta_data_file:file r_file_perms;
Loading