Skip to content

Commit

Permalink
breeze: sepolicy: Allow system_app to read /proc/pagetypeinfo
Browse files Browse the repository at this point in the history
11-18 21:40:15.144  1800  1800 I ndroid.settings: type=1400 audit(0.0:572): avc: denied { read } for name="pagetypeinfo" dev="proc" ino=4026532192 scontext=u:r:system_app:s0 tcontext=u:object_r:proc_pagetypeinfo:s0 tclass=file permissive=1

Change-Id: I16465eb9acca9ff64a755d47f86f4ff424ebe4de
  • Loading branch information
haggertk authored and Hadenix committed Nov 23, 2023
1 parent ec51920 commit cb0ed5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sepolicy/vendor/system_app.te
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
allow system_app proc_pagetypeinfo:file r_file_perms;

0 comments on commit cb0ed5d

Please sign in to comment.