Merge "Exempt tetheroffload hal from network socket restrictions" into oc-dev am: 6351c374c2
am: d9301ac6fa
Change-Id: I4b272a59a7e48e1f0f15ddd1acb7e8f6b836ca40
This commit is contained in:
commit
aae5c4c8c5
1 changed files with 3 additions and 2 deletions
|
@ -8,10 +8,11 @@ neverallow {
|
|||
-rild
|
||||
} self:capability { net_admin net_raw };
|
||||
|
||||
# Unless a HAL's job is to manage network hardware, it should not be
|
||||
# using network sockets.
|
||||
# Unless a HAL's job is to communicate over the network, or control network
|
||||
# hardware, it should not be using network sockets.
|
||||
neverallow {
|
||||
halserverdomain
|
||||
-hal_tetheroffload_server
|
||||
-hal_wifi_server
|
||||
-hal_wifi_supplicant_server
|
||||
-rild
|
||||
|
|
Loading…
Reference in a new issue