Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidSystemSEPolicy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
063ad627
Commit
063ad627
authored
7 years ago
by
Vishnu Nair
Committed by
android-build-merger
7 years ago
Browse files
Options
Downloads
Plain Diff
Allow system_server to remove files in /data/misc/wmtrace/*
am:
df8d4b87
Change-Id: Ia617cd27b03de715772eb2d94205422ad8dfe745
parents
93760664
df8d4b87
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
private/system_server.te
+2
-2
2 additions, 2 deletions
private/system_server.te
with
2 additions
and
2 deletions
private/system_server.te
+
2
−
2
View file @
063ad627
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment