diff --git a/public/uncrypt.te b/public/uncrypt.te index 67189ae156f85beb157202e6b8193fb71fd975b2..4437ab7c0f3aed3e5234ad73f1c004114b0e41ce 100644 --- a/public/uncrypt.te +++ b/public/uncrypt.te @@ -39,7 +39,7 @@ allow uncrypt userdata_block_device:blk_file w_file_perms; r_dir_file(uncrypt, rootfs) # uncrypt reads /proc/cmdline -allow uncrypt proc:file r_file_perms; +allow uncrypt proc_cmdline:file r_file_perms; # Read files in /sys r_dir_file(uncrypt, sysfs)