Skip to content
Snippets Groups Projects
Commit b04bb4bc authored by Jerry Zhang's avatar Jerry Zhang Committed by android-build-merger
Browse files

Add configfs file permissions to init.

am: f3b5bd64

Change-Id: I7515097dc3c410fdf3544d72d9d99be772f62d0c
parents c1463bfb f3b5bd64
No related branches found
No related tags found
No related merge requests found
...@@ -85,6 +85,7 @@ allow init cpuctl_device:dir { create mounton }; ...@@ -85,6 +85,7 @@ allow init cpuctl_device:dir { create mounton };
# /config # /config
allow init configfs:dir mounton; allow init configfs:dir mounton;
allow init configfs:dir create_dir_perms; allow init configfs:dir create_dir_perms;
allow init configfs:{ file lnk_file } create_file_perms;
# Use tmpfs as /data, used for booting when /data is encrypted # Use tmpfs as /data, used for booting when /data is encrypted
allow init tmpfs:dir relabelfrom; allow init tmpfs:dir relabelfrom;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment