Skip to content

Commit

Permalink
rapahel:sepolicy:Fix multiple denials
Browse files Browse the repository at this point in the history
  • Loading branch information
kondors1995 committed Mar 17, 2024
1 parent 937eca9 commit fe5165c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions sepolicy/vendor/hal_wifi_default.te
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
get_prop(hal_wifi_default, persist_vendor_debug_wifi_prop)
2 changes: 2 additions & 0 deletions sepolicy/vendor/kernel.te
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ userdebug_or_eng(`
# Ignore the socket if it fails to create
dontaudit kernel self:qipcrtr_socket create;

dontaudit kernel self:capability { dac_override dac_read_search };

allow kernel per_boot_file:file r_file_perms;
allow kernel system_data_file:file { read };
2 changes: 2 additions & 0 deletions sepolicy/vendor/rild.te
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
get_prop(rild, vendor_pd_locater_dbg_prop)
get_prop(rild, vendor_persist_rcs_prop)

0 comments on commit fe5165c

Please sign in to comment.