Skip to content
Snippets Groups Projects
Commit d20e940b 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 am: 648dd417

am: 9c1bc755

Change-Id: Ia75cb8e02d324f2e5cdba437c38ddbeb4a8930c4
parents 6f4adc57 9c1bc755
No related branches found
No related tags found
No related merge requests found
...@@ -681,7 +681,7 @@ allow system_server app_fuse_file:file { read write open getattr append }; ...@@ -681,7 +681,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