Skip to content
Snippets Groups Projects
Commit 0341e1ab authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "Don't grant domain device:dir rw_dir_perms"

parents a03d761f 2bcea0a3
Branches
Tags
No related merge requests found
......@@ -337,10 +337,7 @@ define(`permissive_or_unconfined', ifelse(force_permissive_to_unconfined, `false
# daemon via sockets
define(`write_logd', `
userdebug_or_eng(`
# Debug output
type_transition $1 device:file logd_debug;
allow $1 device:dir rw_dir_perms;
allow $1 logd_debug:file create_file_perms;
allow $1 logd_debug:file w_file_perms;
')
unix_socket_send($1, logdw, logd)
')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment