From 456857a49ab02d6f4b5be4884ec050f6b572f62b Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 13 Feb 2013 13:49:05 +0100 Subject: build-sys: add config-gen.d stuff for chsh-chfn Signed-off-by: Karel Zak --- tools/config-gen.d/chfnsh-libuser.conf | 5 +++++ tools/config-gen.d/chfnsh-no-password.conf | 6 ++++++ tools/config-gen.d/chfnsh-pam.conf | 6 ++++++ 3 files changed, 17 insertions(+) create mode 100644 tools/config-gen.d/chfnsh-libuser.conf create mode 100644 tools/config-gen.d/chfnsh-no-password.conf create mode 100644 tools/config-gen.d/chfnsh-pam.conf (limited to 'tools') diff --git a/tools/config-gen.d/chfnsh-libuser.conf b/tools/config-gen.d/chfnsh-libuser.conf new file mode 100644 index 000000000..9bb6bfe49 --- /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 000000000..fba4264d1 --- /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 000000000..f859f5897 --- /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 -- cgit v1.2.3-55-g7522