Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Commit

Permalink
wpa_supplicant: remove AID_KEYSTORE from the group list.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chia-chi Yeh committed Oct 7, 2009
1 parent d3f40c7 commit 8e30f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os_unix.c
Expand Up @@ -181,7 +181,7 @@ int os_program_init(void)
/* We ignore errors here since errors are normal if we
* are already running as non-root.
*/
gid_t groups[] = { AID_INET, AID_WIFI, AID_KEYSTORE };
gid_t groups[] = { AID_INET, AID_WIFI };
setgroups(sizeof(groups)/sizeof(groups[0]), groups);

prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0);
Expand Down

0 comments on commit 8e30f5e

Please sign in to comment.