]> git.ipfire.org Git - thirdparty/hostap.git/commit
HS 2.0R2: Fix permissions for SP/<fqdn> directory on Android
authorNeelansh Mittal <neelansh@qti.qualcomm.com>
Mon, 16 Feb 2015 14:29:46 +0000 (19:59 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 19 Feb 2015 10:11:36 +0000 (12:11 +0200)
commita926295a553585233aab3cf12a9353b008b10799
treec45db21347ce1bdfa3678783ca548b7591cd94ea
parent792eafa04723c19d51bdccd5711070c04cf207fb
HS 2.0R2: Fix permissions for SP/<fqdn> directory on Android

As part of OSU, the AAA TrustRoot cert is downloaded into SP/<fqdn>
directory. On Android, wpa_supplicant runs with Wifi uid privileges, and
hence might not have read access to the AAA TrustRoot present SP/<fqdn>
directory. Hence, make AID_WIFI as the group owner of SP/<fqdn>
directory and allow the members of AID_WIFI group to read files present
in this directory.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
hs20/client/osu_client.c