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
95ee35f8
Commit
95ee35f8
authored
10 years ago
by
Stephen Smalley
Committed by
Android Git Automerger
10 years ago
Browse files
Options
Downloads
Plain Diff
am
54e9bc45
: Dependencies for new goldfish service domains.
* commit '
54e9bc45
': Dependencies for new goldfish service domains.
parents
3dc54c93
54e9bc45
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
file.te
+2
-0
2 additions, 0 deletions
file.te
file_contexts
+1
-0
1 addition, 0 deletions
file_contexts
property.te
+2
-0
2 additions, 0 deletions
property.te
property_contexts
+6
-0
6 additions, 0 deletions
property_contexts
te_macros
+2
-1
2 additions, 1 deletion
te_macros
with
13 additions
and
1 deletion
file.te
+
2
−
0
View file @
95ee35f8
...
...
@@ -43,6 +43,8 @@ type usbfs, fs_type;
type unlabeled, file_type;
# Default type for anything under /system.
type system_file, file_type;
# Type for /system/bin/logcat.
type logcat_exec, exec_type, file_type;
# Default type for anything under /data.
type system_data_file, file_type, data_file_type;
# /data/.layout_version or other installd-created files that
...
...
This diff is collapsed.
Click to expand it.
file_contexts
+
1
−
0
View file @
95ee35f8
...
...
@@ -123,6 +123,7 @@
# System files
#
/system(/.*)? u:object_r:system_file:s0
/system/bin/logcat -- u:object_r:logcat_exec:s0
/system/bin/sh -- u:object_r:shell_exec:s0
/system/bin/run-as -- u:object_r:runas_exec:s0
/system/bin/bootanimation u:object_r:bootanim_exec:s0
...
...
This diff is collapsed.
Click to expand it.
property.te
+
2
−
0
View file @
95ee35f8
...
...
@@ -23,3 +23,5 @@ type bluetooth_prop, property_type;
type pan_result_prop, property_type;
type powerctl_prop, property_type;
type nfc_prop, property_type;
type dalvik_prop, property_type;
type config_prop, property_type;
This diff is collapsed.
Click to expand it.
property_contexts
+
6
−
0
View file @
95ee35f8
...
...
@@ -61,3 +61,9 @@ ctl. u:object_r:ctl_default_prop:s0
# NFC properties
nfc. u:object_r:nfc_prop:s0
# These properties are not normally set by processes other than init.
# They are only distinguished here for setting by qemu-props on the
# emulator/goldfish.
config. u:object_r:config_prop:s0
dalvik. u:object_r:dalvik_prop:s0
This diff is collapsed.
Click to expand it.
te_macros
+
2
−
1
View file @
95ee35f8
...
...
@@ -332,9 +332,10 @@ unix_socket_send($1, logdw, logd)
#####################################
# read_logd(domain)
# Ability to read from android
# Ability to
run logcat and
read from android
# log daemon via sockets
define(`read_logd', `
allow $1 logcat_exec:file rx_file_perms;
unix_socket_connect($1, logdr, logd)
')
...
...
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