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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
fdea4414
Commit
fdea4414
authored
Jan 8, 2014
by
Stephen Smalley
Committed by
Android Git Automerger
Jan 8, 2014
Browse files
Options
Downloads
Plain Diff
am
c0493c8d
: Drop extra _system_file types.
* commit '
c0493c8d
': Drop extra _system_file types.
parents
f5d4b18b
c0493c8d
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
dhcp.te
+0
-3
0 additions, 3 deletions
dhcp.te
file_contexts
+0
-2
0 additions, 2 deletions
file_contexts
ppp.te
+0
-1
0 additions, 1 deletion
ppp.te
with
0 additions
and
6 deletions
dhcp.te
+
0
−
3
View file @
fdea4414
...
@@ -2,7 +2,6 @@ type dhcp, domain;
...
@@ -2,7 +2,6 @@ type dhcp, domain;
permissive dhcp;
permissive dhcp;
type dhcp_exec, exec_type, file_type;
type dhcp_exec, exec_type, file_type;
type dhcp_data_file, file_type, data_file_type;
type dhcp_data_file, file_type, data_file_type;
type dhcp_system_file, file_type, data_file_type;
init_daemon_domain(dhcp)
init_daemon_domain(dhcp)
net_domain(dhcp)
net_domain(dhcp)
...
@@ -16,8 +15,6 @@ allow dhcp system_file:file rx_file_perms;
...
@@ -16,8 +15,6 @@ allow dhcp system_file:file rx_file_perms;
# For /proc/sys/net/ipv4/conf/*/promote_secondaries
# For /proc/sys/net/ipv4/conf/*/promote_secondaries
allow dhcp proc_net:file write;
allow dhcp proc_net:file write;
allow dhcp system_prop:property_service set ;
allow dhcp system_prop:property_service set ;
allow dhcp dhcp_system_file:file rx_file_perms;
allow dhcp dhcp_system_file:dir r_dir_perms;
unix_socket_connect(dhcp, property, init)
unix_socket_connect(dhcp, property, init)
allow dhcp owntty_device:chr_file rw_file_perms;
allow dhcp owntty_device:chr_file rw_file_perms;
...
...
This diff is collapsed.
Click to expand it.
file_contexts
+
0
−
2
View file @
fdea4414
...
@@ -138,8 +138,6 @@
...
@@ -138,8 +138,6 @@
/system/bin/pppd u:object_r:ppp_exec:s0
/system/bin/pppd u:object_r:ppp_exec:s0
/system/bin/tf_daemon u:object_r:tee_exec:s0
/system/bin/tf_daemon u:object_r:tee_exec:s0
/system/bin/racoon u:object_r:racoon_exec:s0
/system/bin/racoon u:object_r:racoon_exec:s0
/system/etc/ppp(/.*)? u:object_r:ppp_system_file:s0
/system/etc/dhcpcd(/.*)? u:object_r:dhcp_system_file:s0
/system/xbin/su u:object_r:su_exec:s0
/system/xbin/su u:object_r:su_exec:s0
/system/vendor/bin/gpsd u:object_r:gpsd_exec:s0
/system/vendor/bin/gpsd u:object_r:gpsd_exec:s0
/system/bin/dnsmasq u:object_r:dnsmasq_exec:s0
/system/bin/dnsmasq u:object_r:dnsmasq_exec:s0
...
...
This diff is collapsed.
Click to expand it.
ppp.te
+
0
−
1
View file @
fdea4414
...
@@ -2,6 +2,5 @@
...
@@ -2,6 +2,5 @@
type ppp, domain;
type ppp, domain;
type ppp_device, dev_type;
type ppp_device, dev_type;
type ppp_exec, exec_type, file_type;
type ppp_exec, exec_type, file_type;
type ppp_system_file, file_type;
unconfined_domain(ppp)
unconfined_domain(ppp)
domain_auto_trans(mtp, ppp_exec, ppp)
domain_auto_trans(mtp, ppp_exec, ppp)
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