Skip to content
Snippets Groups Projects
Commit 030188f3 authored by Nick Kralevich's avatar Nick Kralevich
Browse files

Drop auditallow radio net_radio_prop:property_service set;

Commit fee49159 introduced the net_radio_prop and system_radio_prop
properties, and added allow rules for backwards compatibility. In
addition, auditallow rules were added to see if the allow rules were
necessary.

The auditallow rules for radio net_radio_prop are triggering, so it's
clear these properties are being set by the radio process. Drop the
auditallow statement.

Test: policy compiles.
Change-Id: I7fa6df18ed4dd4cb8e0c9098373cc28134615330
parent e427a2b2
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,6 @@ allow radio net_data_file:file r_file_perms;
set_prop(radio, radio_prop)
set_prop(radio, system_radio_prop)
set_prop(radio, net_radio_prop)
auditallow radio net_radio_prop:property_service set;
auditallow radio system_radio_prop:property_service set;
# ctl interface
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment