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
3e616ee8
Commit
3e616ee8
authored
10 years ago
by
Nick Kralevich
Committed by
Android Git Automerger
10 years ago
Browse files
Options
Downloads
Plain Diff
am
b41eb698
: am
0560e75e
: system_server: allow handling app generated unix_stream_sockets
* commit '
b41eb698
': system_server: allow handling app generated unix_stream_sockets
parents
3b097779
b41eb698
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
system_server.te
+1
-1
1 addition, 1 deletion
system_server.te
with
1 addition
and
1 deletion
system_server.te
+
1
−
1
View file @
3e616ee8
...
@@ -317,7 +317,7 @@ allow system_server gps_control:file rw_file_perms;
...
@@ -317,7 +317,7 @@ allow system_server gps_control:file rw_file_perms;
# Allow system_server to use app-created sockets and pipes.
# Allow system_server to use app-created sockets and pipes.
allow system_server appdomain:{ tcp_socket udp_socket } { getattr getopt setopt read write shutdown };
allow system_server appdomain:{ tcp_socket udp_socket } { getattr getopt setopt read write shutdown };
allow system_server appdomain:fifo_file { getattr read write };
allow system_server appdomain:
{
fifo_file
unix_stream_socket }
{ getattr read write };
# Allow abstract socket connection
# Allow abstract socket connection
allow system_server rild:unix_stream_socket connectto;
allow system_server rild:unix_stream_socket connectto;
...
...
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