Skip to content

Commit

Permalink
g4-common: selinux: rild: fix socket creation
Browse files Browse the repository at this point in the history
  • Loading branch information
steadfasterX authored and theKramer77 committed Jul 16, 2019
1 parent 18ee34d commit 4346d36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sepolicy/rild.te
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ r_dir_file(rild, radio_data_file)

# rild needs 'lock' for /data/misc/radio/qcril.db
allow rild system_data_file:file { lock };

# neverallow protected:
allow rild system_data_file:file { write create };

0 comments on commit 4346d36

Please sign in to comment.