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

am 8281e787: am ba3f9b81: Merge "Allow sdcardd to write to sdcard directory and file."

* commit '8281e787':
  Allow sdcardd to write to sdcard directory and file.
parents ac752c7c 8281e787
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,9 @@ allow sdcardd rootfs:dir mounton;
allow sdcardd sdcard_type:filesystem mount;
allow sdcardd self:capability { setuid setgid dac_override sys_admin sys_resource };
allow sdcardd sdcard_type:dir create_dir_perms;
allow sdcardd sdcard_type:file create_file_perms;
type_transition sdcardd system_data_file:{ dir file } media_rw_data_file;
allow sdcardd media_rw_data_file:dir create_dir_perms;
allow sdcardd media_rw_data_file:file create_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment