Skip to content
Snippets Groups Projects
Commit 62edfe5a 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

am: 06d0fdc9

Change-Id: Iffe0682a5c5035624a96025c122156eb276ce3ec
parents 10c65e48 06d0fdc9
No related branches found
No related tags found
No related merge requests found
......@@ -644,9 +644,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.
Please register or to comment