Skip to content
Snippets Groups Projects
Commit 91f07c63 authored by Tri Vo's avatar Tri Vo Committed by android-build-merger
Browse files

Merge "Give uncrypt access to /proc/cmdline."

am: daf0c6c1

Change-Id: I72cdcf1d5cfa24046b8e8a7da5aefbd36aadc8c4
parents 102f9df0 daf0c6c1
Branches
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ allow uncrypt userdata_block_device:blk_file w_file_perms; ...@@ -39,7 +39,7 @@ allow uncrypt userdata_block_device:blk_file w_file_perms;
r_dir_file(uncrypt, rootfs) r_dir_file(uncrypt, rootfs)
# uncrypt reads /proc/cmdline # uncrypt reads /proc/cmdline
allow uncrypt proc:file r_file_perms; allow uncrypt proc_cmdline:file r_file_perms;
# Read files in /sys # Read files in /sys
r_dir_file(uncrypt, sysfs) r_dir_file(uncrypt, sysfs)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment