commit | 10d42cec5173bcc7ef301a3bfa5683dc688ad37f | [log] [tgz] |
---|---|---|
author | Randall Huang <huangrandall@google.com> | Fri Feb 19 07:45:02 2021 +0800 |
committer | Randall Huang <huangrandall@google.com> | Fri Feb 19 07:45:02 2021 +0800 |
tree | 1944212a6dd5ace64ab00fdbc085954fcb8f4b43 | |
parent | 1aad552cfd6c9d26af0ed22cdae13dc7ed4f9c27 [diff] [blame] |
sepolicy: Add label to userdata file node The userdata file node should be labeled to avoid avc denied. Bug: 171760673 Bug: 177364376 Test: build pass Signed-off-by: Randall Huang <huangrandall@google.com> Change-Id: I9ba89c75c120864c64ea278934b15edc3ba18a6c
diff --git a/public/userdata_sysdev.te b/public/userdata_sysdev.te new file mode 100644 index 0000000..9974f36 --- /dev/null +++ b/public/userdata_sysdev.te
@@ -0,0 +1 @@ +allow userdata_sysdev sysfs:filesystem associate;