diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-09-04 12:16:30 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-09-04 12:16:30 +0000 |
commit | 9038df2ab8d2713357a507a7bf1179e791f1fd67 (patch) | |
tree | aa99633c34baa7dfa5fc327ffeaa8f6eb8400c42 /main/unbound/unbound.pre-install | |
parent | 3de5863ff3e4f4ce90a6f002edce681689e34454 (diff) | |
download | aports-9038df2ab8d2713357a507a7bf1179e791f1fd67.tar.bz2 aports-9038df2ab8d2713357a507a7bf1179e791f1fd67.tar.xz |
main/unbound: use /sbin/nologin as shell
Diffstat (limited to 'main/unbound/unbound.pre-install')
-rw-r--r-- | main/unbound/unbound.pre-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/unbound/unbound.pre-install b/main/unbound/unbound.pre-install index 015ba3c52f..4cd64d59c6 100644 --- a/main/unbound/unbound.pre-install +++ b/main/unbound/unbound.pre-install @@ -1,6 +1,6 @@ #!/bin/sh addgroup -S unbound 2>/dev/null -adduser -S -s /bin/false -D -H -h /etc/unbound -G unbound \ +adduser -S -s /sbin/nologin -D -H -h /etc/unbound -G unbound \ -g "Unbound user" unbound 2>/dev/null exit 0 |