Skip to content
Snippets Groups Projects
Commit 06d0fdc9 authored by Vishnu Nair's avatar Vishnu Nair Committed by android-build-merger
Browse files

Allow system_server to remove files in /data/misc/wmtrace/* am: df8d4b87

am: 063ad627

Change-Id: I8a0c87edb40473896bb304e09f81e187f9bac15b
parents bb7f4b64 063ad627
No related branches found
No related tags found
No related merge requests found
...@@ -642,9 +642,9 @@ userdebug_or_eng(` ...@@ -642,9 +642,9 @@ userdebug_or_eng(`
# Allow system server to read dmesg # Allow system server to read dmesg
allow system_server kernel:system syslog_read; allow system_server kernel:system syslog_read;
# Allow writing window traces in /data/misc/wmtrace. # Allow writing and removing window traces in /data/misc/wmtrace.
allow system_server wm_trace_data_file:dir rw_dir_perms; allow system_server wm_trace_data_file:dir rw_dir_perms;
allow system_server wm_trace_data_file:file { getattr setattr create w_file_perms }; allow system_server wm_trace_data_file:file { getattr setattr create unlink w_file_perms };
') ')
# For AppFuse. # For AppFuse.
......
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