Skip to content
Snippets Groups Projects
Commit 8aef51e7 authored by Max Bires's avatar Max Bires
Browse files

Removing setprop permissions from rild.

There were some auditallow rules left around in rild.te that had logs
showing nothing was triggering them. Thus the rules they were auditing
could be removed, as that's clear indication there's no use for them.
Having rules around that aren't being used does nothing except increase
attack surface and bloat sepolicy, and so should always be removed if
possible.

Test: The device boots
Change-Id: I906ffc493807fbae90593548d478643cda4864eb
parent 3a6bc68e
No related branches found
No related tags found
No related merge requests found
...@@ -28,10 +28,6 @@ allow rild system_file:file x_file_perms; ...@@ -28,10 +28,6 @@ allow rild system_file:file x_file_perms;
# property service # property service
set_prop(rild, radio_prop) set_prop(rild, radio_prop)
set_prop(rild, net_radio_prop)
set_prop(rild, system_radio_prop)
auditallow rild net_radio_prop:property_service set;
auditallow rild system_radio_prop:property_service set;
allow rild tty_device:chr_file rw_file_perms; allow rild tty_device:chr_file rw_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment