Skip to content
Snippets Groups Projects
Commit 17aa011d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Allow system_server to create files on configfs"

parents 2904db67 8e0086a8
No related branches found
No related tags found
No related merge requests found
...@@ -678,7 +678,7 @@ allow system_server app_fuse_file:file { read write open getattr append }; ...@@ -678,7 +678,7 @@ allow system_server app_fuse_file:file { read write open getattr append };
# For configuring sdcardfs # For configuring sdcardfs
allow system_server configfs:dir { create_dir_perms }; allow system_server configfs:dir { create_dir_perms };
allow system_server configfs:file { getattr open unlink write }; allow system_server configfs:file { getattr open create unlink write };
# Connect to adbd and use a socket transferred from it. # Connect to adbd and use a socket transferred from it.
# Used for e.g. jdwp. # Used for e.g. jdwp.
......
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