Skip to content
Snippets Groups Projects
Commit d80511d3 authored by Nathan Harold's avatar Nathan Harold Committed by android-build-merger
Browse files

Update Common NetD SEPolicy to allow Netlink XFRM am: 7eb3dd3b am: 75760e9d

am: a581c048

Change-Id: Ic71ef550af5cb26ca7d4db01fa78bd6c74b98ca5
parents 719edb06 a581c048
No related branches found
No related tags found
No related merge requests found
...@@ -80,6 +80,9 @@ allow netd netdomain:{ ...@@ -80,6 +80,9 @@ allow netd netdomain:{
} { read write getattr setattr getopt setopt }; } { read write getattr setattr getopt setopt };
allow netd netdomain:fd use; allow netd netdomain:fd use;
# give netd permission to read and write netlink xfrm
allow netd self:netlink_xfrm_socket { create_socket_perms_no_ioctl nlmsg_write nlmsg_read };
### ###
### Neverallow rules ### Neverallow rules
### ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment