commit | 85eda805e69505cc5e82a11bfebef818668d31f9 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Feb 28 01:27:44 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Feb 28 01:27:45 2017 +0000 |
tree | e404b58864ec05489c206573e9d126ef665bae83 | |
parent | a3e83d0a456ac464e74804a3a2b3078b6ed9c4b8 [diff] | |
parent | d3a11613c35520146c28fc391c3b10af5a598dc8 [diff] |
Merge "storaged: remove rules no longer necessary"
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;