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
d7be122e
Commit
d7be122e
authored
12 years ago
by
Robert Craig
Committed by
Android Git Automerger
12 years ago
Browse files
Options
Downloads
Plain Diff
am
08ca8ad6
: am
84c46de5
: Remove unneeded device type.
* commit '
08ca8ad6
': Remove unneeded device type.
parents
6a4391db
08ca8ad6
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
device.te
+0
-1
0 additions, 1 deletion
device.te
system.te
+2
-2
2 additions, 2 deletions
system.te
with
2 additions
and
3 deletions
device.te
+
0
−
1
View file @
d7be122e
...
...
@@ -33,7 +33,6 @@ type random_device, dev_type;
type sensors_device, dev_type;
type serial_device, dev_type;
type socket_device, dev_type;
type timerirq_device, dev_type;
type tty_device, dev_type;
type urandom_device, dev_type;
type video_device, dev_type;
...
...
This diff is collapsed.
Click to expand it.
system.te
+
2
−
2
View file @
d7be122e
...
...
@@ -229,5 +229,5 @@ allow system cache_backup_file:dir { relabelto relabelfrom create_dir_perms };
allow system usb_device:chr_file rw_file_perms;
allow system usb_device:dir r_dir_perms;
# Allow system to talk to sensors
and timer irq
allow system
{
sensors_device
timerirq_device }
:chr_file rw_file_perms;
# Allow system to talk to sensors
allow system sensors_device:chr_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