account-utils
account-utils 1.4.0
Services, utilities and PAM modules, which allow authentication and account management on systems with the NoNewPrivs flag set (no setuid/setgid binaries)
https://github.com/thkukuk/account-utilsGNU General Public License v2.0 or laterGNU Lesser General Public License v2.1 or laterBSD 2-clause "Simplified" License
programs: chfn, chsh, newgidmap, passwd, dump-privs, chage, scan-caps, expiry, newuidmap
Maintainers
Platforms (24)
loongarch64-linuxarmv7a-linuxarmv5tel-linuxm68k-linuxmipsel-linuxarc-linuxi686-linuxmips64-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ account-utils ];
Ad-hoc shell
nix-shell -p account-utils
Flake (nix run)
nix run nixpkgs#account-utils