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
eb275170
Commit
eb275170
authored
11 years ago
by
Stephen Smalley
Committed by
Android Git Automerger
11 years ago
Browse files
Options
Downloads
Plain Diff
am
2c347e0a
: Drop obsolete keystore_socket type and rules.
* commit '
2c347e0a
': Drop obsolete keystore_socket type and rules.
parents
20b4a3c3
2c347e0a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
app.te
+0
-3
0 additions, 3 deletions
app.te
file.te
+0
-1
0 additions, 1 deletion
file.te
file_contexts
+0
-1
0 additions, 1 deletion
file_contexts
system_app.te
+0
-3
0 additions, 3 deletions
system_app.te
system_server.te
+0
-1
0 additions, 1 deletion
system_server.te
with
0 additions
and
9 deletions
app.te
+
0
−
3
View file @
eb275170
...
...
@@ -11,9 +11,6 @@
allow appdomain self:process execmem;
allow appdomain ashmem_device:chr_file execute;
# Allow apps to connect to the keystore
unix_socket_connect(appdomain, keystore, keystore)
# Receive and use open file descriptors inherited from zygote.
allow appdomain zygote:fd use;
...
...
This diff is collapsed.
Click to expand it.
file.te
+
0
−
1
View file @
eb275170
...
...
@@ -109,7 +109,6 @@ type dnsproxyd_socket, file_type, mlstrustedobject;
type dumpstate_socket, file_type;
type gps_socket, file_type;
type installd_socket, file_type;
type keystore_socket, file_type;
type lmkd_socket, file_type;
type logd_debug, file_type;
type logd_socket, file_type;
...
...
This diff is collapsed.
Click to expand it.
file_contexts
+
0
−
1
View file @
eb275170
...
...
@@ -79,7 +79,6 @@
/dev/socket/dumpstate u:object_r:dumpstate_socket:s0
/dev/socket/gps u:object_r:gps_socket:s0
/dev/socket/installd u:object_r:installd_socket:s0
/dev/socket/keystore u:object_r:keystore_socket:s0
/dev/socket/lmkd u:object_r:lmkd_socket:s0
/dev/logd_debug u:object_r:logd_debug:s0
/dev/socket/logd u:object_r:logd_socket:s0
...
...
This diff is collapsed.
Click to expand it.
system_app.te
+
0
−
3
View file @
eb275170
...
...
@@ -23,9 +23,6 @@ allow system_app wallpaper_file:file r_file_perms;
# Write to dalvikcache.
allow system_app dalvikcache_data_file:file { write setattr };
# Talk to keystore.
unix_socket_connect(system_app, keystore, keystore)
# Read SELinux enforcing status.
selinux_getenforce(system_app)
...
...
This diff is collapsed.
Click to expand it.
system_server.te
+
0
−
1
View file @
eb275170
...
...
@@ -87,7 +87,6 @@ unix_socket_connect(system_server, lmkd, lmkd)
unix_socket_connect(system_server, netd, netd)
unix_socket_connect(system_server, vold, vold)
unix_socket_connect(system_server, zygote, zygote)
unix_socket_connect(system_server, keystore, keystore)
unix_socket_connect(system_server, gps, gpsd)
unix_socket_connect(system_server, racoon, racoon)
unix_socket_send(system_server, wpa, wpa)
...
...
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