commit | a3e83d0a456ac464e74804a3a2b3078b6ed9c4b8 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Feb 28 00:01:43 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Feb 28 00:01:44 2017 +0000 |
tree | a733aafded42d6971c61a53aefbf609022866696 | |
parent | 5251ad1aa69fa77a8e56582666994dbca1830c53 [diff] | |
parent | df32f3e82b45278f5817226b3f2576b0612f6103 [diff] |
Merge "init: enable init to relabel symlinks for system_block_devices"
diff --git a/public/init.te b/public/init.te index e1c67e5..dda65cd 100644 --- a/public/init.te +++ b/public/init.te
@@ -32,6 +32,7 @@ allow init kernel:fd use; # restorecon for early mount device symlinks allow init tmpfs:lnk_file { getattr read relabelfrom }; +allow init system_block_device:{ blk_file lnk_file } relabelto; # setrlimit allow init self:capability sys_resource;