Add enough of shadow-utils to create new user accounts.
Yes user accounts, some account management
This commit is contained in:
parent
76362a8dd2
commit
88869fff66
@ -37,8 +37,13 @@ append etc/selinux/config ""
|
|||||||
removefrom fedora-release --allbut /etc/os-release /usr/lib/os-release \
|
removefrom fedora-release --allbut /etc/os-release /usr/lib/os-release \
|
||||||
/usr/lib/os.release.d/*
|
/usr/lib/os.release.d/*
|
||||||
removepkg fedora-release-rawhide
|
removepkg fedora-release-rawhide
|
||||||
## no user accounts = no account management
|
|
||||||
removepkg usermode usermode-gtk passwd shadow-utils
|
## keep enough of shadow-utils to create accounts
|
||||||
|
removefrom shadow-utils --allbut /usr/bin/chage /usr/sbin/chpasswd \
|
||||||
|
/usr/sbin/groupadd /usr/sbin/useradd
|
||||||
|
|
||||||
|
## remove other account management tools
|
||||||
|
removepkg usermode usermode-gtk passwd
|
||||||
## no services to turn on/off (keep the /etc/init.d link though)
|
## no services to turn on/off (keep the /etc/init.d link though)
|
||||||
removefrom chkconfig --allbut /etc/init.d
|
removefrom chkconfig --allbut /etc/init.d
|
||||||
## Miscellanous unnecessary gpg program
|
## Miscellanous unnecessary gpg program
|
||||||
|
Loading…
Reference in New Issue
Block a user