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 | |
parent | 84e78a4150ff451a96e8089ed6d762cadab79463 (diff) | |
download | libpam-radius-auth-a9ae965786a981b6c530885eaaf95c8dd8506052.tar.gz libpam-radius-auth-a9ae965786a981b6c530885eaaf95c8dd8506052.zip |
update depend and group
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/radius-shell.postinst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index b8022db..969e8f5 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Description: PAM RADIUS client authentication module Package: radius-shell Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libaudit1, libcap2-bin, libcap2, libnss-mapuser +Depends: ${shlibs:Depends}, ${misc:Depends}, libaudit1, libcap2-bin, libcap2, libnss-mapuser, vyatta-cfg-system Description: Shell front-end used for radius users. This provides a uid fixup program. Due to the limitations of the RADIUS protocol, we can't tell whether a user is privileged until 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. |