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
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test
platform
system
sepolicy
Commits
66cc49c1
Commit
66cc49c1
authored
10 years ago
by
Chad Brubaker
Committed by
Gerrit Code Review
10 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Add keystore add_auth"
parents
c1ae9bca
8927772c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
access_vectors
+1
-0
1 addition, 0 deletions
access_vectors
system_server.te
+1
-0
1 addition, 0 deletions
system_server.te
with
2 additions
and
0 deletions
access_vectors
+
1
−
0
View file @
66cc49c1
...
@@ -909,6 +909,7 @@ class keystore_key
...
@@ -909,6 +909,7 @@ class keystore_key
reset_uid
reset_uid
sync_uid
sync_uid
password_uid
password_uid
add_auth
}
}
class debuggerd
class debuggerd
...
...
This diff is collapsed.
Click to expand it.
system_server.te
+
1
−
0
View file @
66cc49c1
...
@@ -455,6 +455,7 @@ allow system_server keystore:keystore_key {
...
@@ -455,6 +455,7 @@ allow system_server keystore:keystore_key {
reset_uid
reset_uid
sync_uid
sync_uid
password_uid
password_uid
add_auth
};
};
# Allow system server to search and write to the persistent factory reset
# Allow system server to search and write to the persistent factory reset
...
...
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