Skip to content
Snippets Groups Projects
Commit 4de008fb authored by Mark Salyzyn's avatar Mark Salyzyn Committed by android-build-merger
Browse files

Merge "init: add "+passcred" for socket to set SO_PASSCRED" am: ca0a352a am: c8fd16c7

am: 198c5c79

Change-Id: Ifc4b22ec15a64f6990512666206c3ee8834defba
parents c4df0d71 198c5c79
No related branches found
No related tags found
No related merge requests found
...@@ -328,8 +328,8 @@ selinux_check_access(init) ...@@ -328,8 +328,8 @@ selinux_check_access(init)
allow init kernel:security compute_create; allow init kernel:security compute_create;
# Create sockets for the services. # Create sockets for the services.
allow init domain:unix_stream_socket { create bind }; allow init domain:unix_stream_socket { create bind setopt };
allow init domain:unix_dgram_socket { create bind }; allow init domain:unix_dgram_socket { create bind setopt };
# Create /data/property and files within it. # Create /data/property and files within it.
allow init property_data_file:dir create_dir_perms; allow init property_data_file:dir create_dir_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment