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
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test
platform
system
sepolicy
Commits
07367415
Commit
07367415
authored
Oct 31, 2014
by
Nick Kralevich
Browse files
Options
Downloads
Plain Diff
resolved conflicts for merge of
d7e004eb
to lmp-mr1-dev-plus-aosp
Change-Id: I991c185f258610ca74bc185260e549018a9d956a
parents
a533b7c1
d7e004eb
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
domain.te
+4
-0
4 additions, 0 deletions
domain.te
file.te
+2
-0
2 additions, 0 deletions
file.te
file_contexts
+3
-0
3 additions, 0 deletions
file_contexts
with
9 additions
and
0 deletions
domain.te
+
4
−
0
View file @
07367415
...
@@ -59,6 +59,10 @@ userdebug_or_eng(`
...
@@ -59,6 +59,10 @@ userdebug_or_eng(`
# allow "gdbserver --attach" to work for su.
# allow "gdbserver --attach" to work for su.
allow domain su:process sigchld;
allow domain su:process sigchld;
# Allow writing coredumps to /cores/*
allow domain coredump_file:file create_file_perms;
allow domain coredump_file:dir ra_dir_perms;
')
')
###
###
...
...
This diff is collapsed.
Click to expand it.
file.te
+
2
−
0
View file @
07367415
...
@@ -45,6 +45,8 @@ type unlabeled, file_type;
...
@@ -45,6 +45,8 @@ type unlabeled, file_type;
type system_file, file_type;
type system_file, file_type;
# Type for /system/bin/logcat.
# Type for /system/bin/logcat.
type logcat_exec, exec_type, file_type;
type logcat_exec, exec_type, file_type;
# /cores for coredumps on userdebug / eng builds
type coredump_file, file_type;
# Default type for anything under /data.
# Default type for anything under /data.
type system_data_file, file_type, data_file_type;
type system_data_file, file_type, data_file_type;
# /data/.layout_version or other installd-created files that
# /data/.layout_version or other installd-created files that
...
...
This diff is collapsed.
Click to expand it.
file_contexts
+
3
−
0
View file @
07367415
...
@@ -225,6 +225,9 @@
...
@@ -225,6 +225,9 @@
/data/misc/wifi/hostapd(/.*)? u:object_r:wpa_socket:s0
/data/misc/wifi/hostapd(/.*)? u:object_r:wpa_socket:s0
/data/misc/zoneinfo(/.*)? u:object_r:zoneinfo_data_file:s0
/data/misc/zoneinfo(/.*)? u:object_r:zoneinfo_data_file:s0
# coredump directory for userdebug/eng devices
/cores(/.*)? u:object_r:coredump_file:s0
# Wallpaper file for other users
# Wallpaper file for other users
/data/system/users/[0-9]+/wallpaper u:object_r:wallpaper_file:s0
/data/system/users/[0-9]+/wallpaper u:object_r:wallpaper_file:s0
#############################
#############################
...
...
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