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
372d0df7
Commit
372d0df7
authored
10 years ago
by
Brian Carlstrom
Browse files
Options
Downloads
Patches
Plain Diff
Remove system_server create access from /data/dalvik-cache
Bug: 16875245 Change-Id: I2487a80896a4a923fb1fa606f537df9f6ad4220a
parent
67d58acb
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
system_app.te
+0
-3
0 additions, 3 deletions
system_app.te
system_server.te
+0
-4
0 additions, 4 deletions
system_server.te
with
0 additions
and
7 deletions
system_app.te
+
0
−
3
View file @
372d0df7
...
@@ -24,9 +24,6 @@ auditallow system_app system_data_file:file { create setattr append write link u
...
@@ -24,9 +24,6 @@ auditallow system_app system_data_file:file { create setattr append write link u
# Read wallpaper file.
# Read wallpaper file.
allow system_app wallpaper_file:file r_file_perms;
allow system_app wallpaper_file:file r_file_perms;
# Write to dalvikcache.
allow system_app dalvikcache_data_file:file { write setattr };
# Write to properties
# Write to properties
unix_socket_connect(system_app, property, init)
unix_socket_connect(system_app, property, init)
allow system_app debug_prop:property_service set;
allow system_app debug_prop:property_service set;
...
...
This diff is collapsed.
Click to expand it.
system_server.te
+
0
−
4
View file @
372d0df7
...
@@ -196,10 +196,6 @@ allow system_server anr_data_file:file create_file_perms;
...
@@ -196,10 +196,6 @@ allow system_server anr_data_file:file create_file_perms;
allow system_server backup_data_file:dir create_dir_perms;
allow system_server backup_data_file:dir create_dir_perms;
allow system_server backup_data_file:file create_file_perms;
allow system_server backup_data_file:file create_file_perms;
# Manage /data/dalvik-cache.
allow system_server dalvikcache_data_file:dir create_dir_perms;
allow system_server dalvikcache_data_file:file create_file_perms;
# Read from /data/dalvik-cache/profiles
# Read from /data/dalvik-cache/profiles
allow system_server dalvikcache_profiles_data_file:dir rw_dir_perms;
allow system_server dalvikcache_profiles_data_file:dir rw_dir_perms;
allow system_server dalvikcache_profiles_data_file:file create_file_perms;
allow system_server dalvikcache_profiles_data_file:file create_file_perms;
...
...
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