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
133a9c41
Commit
133a9c41
authored
7 years ago
by
Martijn Coenen
Committed by
Android (Google) Code Review
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Add new classes and types for (hw|vnd)servicemanager." into oc-dev
parents
dd9ba982
bc6d88d2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
private/access_vectors
+14
-0
14 additions, 0 deletions
private/access_vectors
private/security_classes
+6
-0
6 additions, 0 deletions
private/security_classes
public/attributes
+8
-1
8 additions, 1 deletion
public/attributes
with
28 additions
and
1 deletion
private/access_vectors
+
14
−
0
View file @
133a9c41
...
@@ -668,6 +668,20 @@ class service_manager
...
@@ -668,6 +668,20 @@ class service_manager
list
list
}
}
class hwservice_manager
{
add
find
list
}
class vndservice_manager
{
add
find
list
}
class keystore_key
class keystore_key
{
{
get_state
get_state
...
...
This diff is collapsed.
Click to expand it.
private/security_classes
+
6
−
0
View file @
133a9c41
...
@@ -134,6 +134,12 @@ class property_service # userspace
...
@@ -134,6 +134,12 @@ class property_service # userspace
# Service manager
# Service manager
class service_manager # userspace
class service_manager # userspace
# hardware service manager # userspace
class hwservice_manager
# vendor service manager # userspace
class vndservice_manager
# Keystore Key
# Keystore Key
class keystore_key # userspace
class keystore_key # userspace
...
...
This diff is collapsed.
Click to expand it.
public/attributes
+
8
−
1
View file @
133a9c41
...
@@ -95,11 +95,18 @@ attribute ephemeral_app_api_service;
...
@@ -95,11 +95,18 @@ attribute ephemeral_app_api_service;
# services which export only system_api
# services which export only system_api
attribute system_api_service;
attribute system_api_service;
# All types used for services managed by service
_
manager.
# All types used for services managed by servicemanager.
# On change, update CHECK_SC_ASSERT_ATTRS
# On change, update CHECK_SC_ASSERT_ATTRS
# definition in tools/checkfc.c.
# definition in tools/checkfc.c.
attribute service_manager_type;
attribute service_manager_type;
# All types used for services managed by hwservicemanager
attribute hwservice_manager_type;
# All types used for services managed by vndservicemanager
attribute vndservice_manager_type;
# All domains that can override MLS restrictions.
# All domains that can override MLS restrictions.
# i.e. processes that can read up and write down.
# i.e. processes that can read up and write down.
attribute mlstrustedsubject;
attribute mlstrustedsubject;
...
...
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