Skip to content
Snippets Groups Projects
Commit 648dd417 authored by Niklas Brunlid's avatar Niklas Brunlid Committed by android-build-merger
Browse files

Merge "Allow system_server to create files on configfs"

am: 17aa011d

Change-Id: Id8e2a441c6fa2e80ac59136246ec6b6ac3885aa8
parents 178be151 17aa011d
Branches
Tags
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.
Please register or to comment