diff options
Diffstat (limited to 'nscd/selinux.c')
-rw-r--r-- | nscd/selinux.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nscd/selinux.c b/nscd/selinux.c index 0f975f71f6..77651e05c3 100644 --- a/nscd/selinux.c +++ b/nscd/selinux.c @@ -56,7 +56,8 @@ static const int perms[LASTREQ] = [GETFDPW] = NSCD__SHMEMPWD, [GETFDGR] = NSCD__SHMEMGRP, [GETFDHST] = NSCD__SHMEMHOST, - [GETAI] = NSCD__GETHOST + [GETAI] = NSCD__GETHOST, + [INITGROUPS] = NSCD__GETGRP }; /* Store an entry ref to speed AVC decisions. */ |