Skip to content
Snippets Groups Projects
Commit bc1c5453 authored by Tri Vo's avatar Tri Vo
Browse files

Remove proc label access from kernel domain.

Bug: 65643247
Test: sailfish boots, can take pictures, use browser without denials
form kernel domain.
Change-Id: I4fc0555f0b65fc5537e0b2765142b384ed0560c8
parent dcee57b8
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,6 @@ allow kernel self:capability sys_nice; ...@@ -5,7 +5,6 @@ allow kernel self:capability sys_nice;
# Root fs. # Root fs.
r_dir_file(kernel, rootfs) r_dir_file(kernel, rootfs)
r_dir_file(kernel, proc)
allow kernel proc_cmdline:file r_file_perms; allow kernel proc_cmdline:file r_file_perms;
# Get SELinux enforcing status. # Get SELinux enforcing status.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment