From: Karel Zak Date: Wed, 13 Feb 2013 12:49:05 +0000 (+0100) Subject: build-sys: add config-gen.d stuff for chsh-chfn X-Git-Tag: v2.23-rc1~228 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=456857a49ab02d6f4b5be4884ec050f6b572f62b;p=thirdparty%2Futil-linux.git build-sys: add config-gen.d stuff for chsh-chfn Signed-off-by: Karel Zak --- diff --git a/tools/config-gen.d/chfnsh-libuser.conf b/tools/config-gen.d/chfnsh-libuser.conf new file mode 100644 index 0000000000..9bb6bfe497 --- /dev/null +++ b/tools/config-gen.d/chfnsh-libuser.conf @@ -0,0 +1,5 @@ +include:audit.conf +include:selinux.conf + +--enable-chfn-chsh +--with-user diff --git a/tools/config-gen.d/chfnsh-no-password.conf b/tools/config-gen.d/chfnsh-no-password.conf new file mode 100644 index 0000000000..fba4264d16 --- /dev/null +++ b/tools/config-gen.d/chfnsh-no-password.conf @@ -0,0 +1,6 @@ +include:audit.conf +include:selinux.conf + +--enable-chfn-chsh +--disable-chfn-chsh-password +--without-user diff --git a/tools/config-gen.d/chfnsh-pam.conf b/tools/config-gen.d/chfnsh-pam.conf new file mode 100644 index 0000000000..f859f58976 --- /dev/null +++ b/tools/config-gen.d/chfnsh-pam.conf @@ -0,0 +1,6 @@ +include:audit.conf +include:selinux.conf + +--enable-chfn-chsh +--enable-chfn-chsh-password +--without-user