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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
2affae65
Commit
2affae65
authored
8 years ago
by
Treehugger Robot
Committed by
Gerrit Code Review
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Remove domain_deprecated from some domains."
parents
fae2794e
0fa81a27
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
public/inputflinger.te
+1
-1
1 addition, 1 deletion
public/inputflinger.te
public/lmkd.te
+1
-1
1 addition, 1 deletion
public/lmkd.te
public/servicemanager.te
+1
-1
1 addition, 1 deletion
public/servicemanager.te
with
3 additions
and
3 deletions
public/inputflinger.te
+
1
−
1
View file @
2affae65
# inputflinger
type inputflinger, domain
, domain_deprecated
;
type inputflinger, domain;
type inputflinger_exec, exec_type, file_type;
binder_use(inputflinger)
...
...
This diff is collapsed.
Click to expand it.
public/lmkd.te
+
1
−
1
View file @
2affae65
# lmkd low memory killer daemon
type lmkd, domain,
domain_deprecated,
mlstrustedsubject;
type lmkd, domain, mlstrustedsubject;
type lmkd_exec, exec_type, file_type;
allow lmkd self:capability { dac_override sys_resource kill };
...
...
This diff is collapsed.
Click to expand it.
public/servicemanager.te
+
1
−
1
View file @
2affae65
# servicemanager - the Binder context manager
type servicemanager, domain,
domain_deprecated,
mlstrustedsubject;
type servicemanager, domain, mlstrustedsubject;
type servicemanager_exec, exec_type, file_type;
# Note that we do not use the binder_* macros here.
...
...
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