Skip to content

Commit

Permalink
Update rules.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
aviraxp authored Jul 6, 2024
1 parent c89ecac commit c889395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/src/sepolicy/rules.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ impl SepolicyMagisk for sepolicy {
[proc], ["unix_stream_socket"], ["connectto", "getopt"]);

// Let everyone access tmpfs files (for SAR sbin overlay)
// allow(["domain"], ["tmpfs"], ["file"], all);
allow(["init", "zygote"], ["tmpfs"], ["file"], all);

// Allow magiskinit daemon to handle mock selinuxfs
allow(["kernel"], ["tmpfs"], ["fifo_file"], ["write"]);
Expand Down

0 comments on commit c889395

Please sign in to comment.