Skip to content
Snippets Groups Projects
Commit 9968d876 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am f9537986: am 57df7115: am 35a4ed80: Add wpa neverallow rule

* commit 'f9537986':
  Add wpa neverallow rule
parents ec4b4871 f9537986
Branches
No related tags found
No related merge requests found
......@@ -37,3 +37,11 @@ allow wpa keystore:keystore_key {
userdebug_or_eng(`
unix_socket_send(wpa, wpa, su)
')
###
### neverallow rules
###
# wpa_supplicant should not trust any data from sdcards
neverallow wpa sdcard_type:dir ~getattr;
neverallow wpa sdcard_type:file *;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment