diff options
author | Kim Hagen <kim.sidney@gmail.com> | 2018-05-25 15:20:56 +0200 |
---|---|---|
committer | Kim Hagen <kim.sidney@gmail.com> | 2018-05-25 15:20:56 +0200 |
commit | a9ae965786a981b6c530885eaaf95c8dd8506052 (patch) | |
tree | 7aa7b983402cbc6ff30f50b9dc95a296f0e44e20 /debian/radius-shell.postinst | |
parent | 84e78a4150ff451a96e8089ed6d762cadab79463 (diff) | |
download | libpam-radius-auth-a9ae965786a981b6c530885eaaf95c8dd8506052.tar.gz libpam-radius-auth-a9ae965786a981b6c530885eaaf95c8dd8506052.zip |
update depend and group
Diffstat (limited to 'debian/radius-shell.postinst')
-rw-r--r-- | debian/radius-shell.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/radius-shell.postinst b/debian/radius-shell.postinst index 55ebd22..aa918d4 100644 --- a/debian/radius-shell.postinst +++ b/debian/radius-shell.postinst @@ -9,7 +9,7 @@ case "$1" in configure) radshell=/sbin/radius_shell chmod 750 $radshell - chgrp radius_users $radshell + chgrp users $radshell setcap cap_setuid+ep $radshell # The users will have been created by the libnss-mapuser package # and possibly by an older version, so change the shells here. |