diff --git a/debian/patches/09_hide_systemd_nologin.patch b/debian/patches/09_hide_systemd_nologin.patch new file mode 100644 index 0000000000000000000000000000000000000000..930bc4151b25a30375c619b599cade0adab49ab0 --- /dev/null +++ b/debian/patches/09_hide_systemd_nologin.patch @@ -0,0 +1,8 @@ +--- a/data/users.conf ++++ b/data/users.conf +@@ -11,4 +11,4 @@ + [UserList] + minimum-uid=500 + hidden-users=nobody nobody4 noaccess +-hidden-shells=/bin/false /usr/sbin/nologin ++hidden-shells=/bin/false /usr/sbin/nologin /sbin/nologin diff --git a/debian/patches/series b/debian/patches/series index f473ef5c2bef599414aa758b5686219f2fa8c27a..9fc94346bfc92f82b6edb3afb7793be431817665 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -4,3 +4,4 @@ 05_debianize-pam-files.patch 06_change-user-dirs.patch 08_reset-SIGPIPE-before-exec.patch +09_hide_systemd_nologin.patch