Skip to content
Snippets Groups Projects
Commit ad9cb7e5 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 543faccc: allow init tmpfs:dir relabelfrom

* commit '543faccc':
  allow init tmpfs:dir relabelfrom
parents a5931f79 543faccc
Branches
Tags
No related merge requests found
...@@ -46,6 +46,9 @@ allow init tmpfs:dir mounton; ...@@ -46,6 +46,9 @@ allow init tmpfs:dir mounton;
allow init cgroup:dir create_dir_perms; allow init cgroup:dir create_dir_perms;
allow init cpuctl_device:dir { create mounton }; allow init cpuctl_device:dir { create mounton };
# Use tmpfs as /data, used for booting when /data is encrypted
allow init tmpfs:dir relabelfrom;
# Create directories under /dev/cpuctl after chowning it to system. # Create directories under /dev/cpuctl after chowning it to system.
allow init self:capability dac_override; allow init self:capability dac_override;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment