Skip to content
Snippets Groups Projects
Commit 063ad627 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

Change-Id: Ia617cd27b03de715772eb2d94205422ad8dfe745
parents 93760664 df8d4b87
No related branches found
No related tags found
No related merge requests found
......@@ -642,9 +642,9 @@ userdebug_or_eng(`
# Allow system server to read dmesg
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:file { getattr setattr create w_file_perms };
allow system_server wm_trace_data_file:file { getattr setattr create unlink w_file_perms };
')
# 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