Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sepolicy
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test
platform
system
sepolicy
Commits
1b433165
Commit
1b433165
authored
7 years ago
by
Florian Mayer
Committed by
android-build-merger
7 years ago
Browse files
Options
Downloads
Plain Diff
Grant traced_probes search on directories.
am:
ff146962
Change-Id: Ia7fac0ce2f9818d94c9b9f55e1e42f7bdd8cf462
parents
46e4c189
ff146962
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
private/traced_probes.te
+9
-9
9 additions, 9 deletions
private/traced_probes.te
with
9 additions
and
9 deletions
private/traced_probes.te
+
9
−
9
View file @
1b433165
...
...
@@ -37,17 +37,17 @@ allow traced_probes system_file:dir { open read };
# Allow traced_probes to list some of the data partition.
allow traced_probes self:capability dac_read_search;
allow traced_probes apk_data_file:dir { getattr open read };
allow traced_probes dalvikcache_data_file:dir { getattr open read };
allow traced_probes apk_data_file:dir { getattr open read
search
};
allow traced_probes dalvikcache_data_file:dir { getattr open read
search
};
userdebug_or_eng(`
allow traced_probes system_data_file:dir { getattr open read };
allow traced_probes system_data_file:dir { getattr open read
search
};
')
allow traced_probes system_app_data_file:dir { getattr open read };
allow traced_probes backup_data_file:dir { getattr open read };
allow traced_probes bootstat_data_file:dir { getattr open read };
allow traced_probes update_engine_data_file:dir { getattr open read };
allow traced_probes update_engine_log_data_file:dir { getattr open read };
allow traced_probes user_profile_data_file:dir { getattr open read };
allow traced_probes system_app_data_file:dir { getattr open read
search
};
allow traced_probes backup_data_file:dir { getattr open read
search
};
allow traced_probes bootstat_data_file:dir { getattr open read
search
};
allow traced_probes update_engine_data_file:dir { getattr open read
search
};
allow traced_probes update_engine_log_data_file:dir { getattr open read
search
};
allow traced_probes user_profile_data_file:dir { getattr open read
search
};
# Allow traced_probes to run atrace. atrace pokes at system services to enable
# their userspace TRACE macros.
...
...
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