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
b035d80c
Commit
b035d80c
authored
12 years ago
by
rpcraig
Committed by
Android Git Automerger
12 years ago
Browse files
Options
Downloads
Plain Diff
am
41e53901
: New dev_types and other minor adjustments.
* commit '
41e53901
': New dev_types and other minor adjustments.
parents
48b2a36c
41e53901
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
tee.te
+1
-0
1 addition, 0 deletions
tee.te
ueventd.te
+1
-1
1 addition, 1 deletion
ueventd.te
with
2 additions
and
1 deletion
tee.te
+
1
−
0
View file @
b035d80c
...
@@ -11,3 +11,4 @@ allow tee self:capability { dac_override };
...
@@ -11,3 +11,4 @@ allow tee self:capability { dac_override };
allow tee tee_device:chr_file rw_file_perms;
allow tee tee_device:chr_file rw_file_perms;
allow tee tee_data_file:dir { getattr write add_name };
allow tee tee_data_file:dir { getattr write add_name };
allow tee tee_data_file:file create_file_perms;
allow tee tee_data_file:file create_file_perms;
allow tee self:netlink_socket { create bind read };
This diff is collapsed.
Click to expand it.
ueventd.te
+
1
−
1
View file @
b035d80c
...
@@ -5,7 +5,7 @@ tmpfs_domain(ueventd)
...
@@ -5,7 +5,7 @@ tmpfs_domain(ueventd)
allow ueventd rootfs:file r_file_perms;
allow ueventd rootfs:file r_file_perms;
allow ueventd rootfs:file entrypoint;
allow ueventd rootfs:file entrypoint;
allow ueventd init:process sigchld;
allow ueventd init:process sigchld;
allow ueventd self:capability { chown mknod net_admin setgid fsetid sys_rawio dac_override };
allow ueventd self:capability { chown mknod net_admin setgid fsetid sys_rawio dac_override
fowner
};
allow ueventd device:file create_file_perms;
allow ueventd device:file create_file_perms;
allow ueventd device:chr_file rw_file_perms;
allow ueventd device:chr_file rw_file_perms;
allow ueventd sysfs:file rw_file_perms;
allow ueventd sysfs:file rw_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