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
0eed3476
Commit
0eed3476
authored
12 years ago
by
gcondra@google.com
Committed by
Android Git Automerger
12 years ago
Browse files
Options
Downloads
Plain Diff
am
95c960de
: am
274d2927
: Clean up remaining denials.
* commit '
95c960de
': Clean up remaining denials.
parents
cdfcea9d
95c960de
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
tee.te
+1
-1
1 addition, 1 deletion
tee.te
unconfined.te
+1
-1
1 addition, 1 deletion
unconfined.te
watchdogd.te
+1
-0
1 addition, 0 deletions
watchdogd.te
with
3 additions
and
2 deletions
tee.te
+
1
−
1
View file @
0eed3476
...
...
@@ -7,5 +7,5 @@ type tee_device, dev_type;
type tee_data_file, file_type, data_file_type;
permissive tee;
unconfined_domain(
netd
)
unconfined_domain(
tee
)
init_daemon_domain(tee)
This diff is collapsed.
Click to expand it.
unconfined.te
+
1
−
1
View file @
0eed3476
...
...
@@ -14,7 +14,7 @@ allow unconfineddomain fs_type:filesystem *;
allow unconfineddomain {fs_type dev_type file_type}:{ dir blk_file lnk_file sock_file fifo_file } *;
allow unconfineddomain {fs_type dev_type file_type}:{ chr_file file } ~entrypoint;
allow unconfineddomain node_type:node *;
allow unconfineddomain node_type:{ tcp_socket udp_socket } node_bind;
allow unconfineddomain node_type:{ tcp_socket udp_socket
rawip_socket
} node_bind;
allow unconfineddomain netif_type:netif *;
allow unconfineddomain port_type:socket_class_set name_bind;
allow unconfineddomain port_type:{ tcp_socket dccp_socket } name_connect;
...
...
This diff is collapsed.
Click to expand it.
watchdogd.te
+
1
−
0
View file @
0eed3476
...
...
@@ -2,3 +2,4 @@
type watchdogd, domain;
permissive watchdogd;
unconfined_domain(watchdogd)
allow watchdogd rootfs:file entrypoint;
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