]> git.ipfire.org Git - thirdparty/shadow.git/commit
useradd/usermod: add --selinux-range argument
authorChristian Göttsche <cgzones@googlemail.com>
Sat, 1 Apr 2023 12:34:56 +0000 (14:34 +0200)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Wed, 19 Apr 2023 07:19:19 +0000 (09:19 +0200)
commitc80788a3ac092bc5abfa89ff48060d3f95cd5812
tree1daf35ad0d556d67e938a52ce092b9b5a361f8fb
parent97f79e3b2715d78c9342cbb292e1a3e72a23fe62
useradd/usermod: add --selinux-range argument

Add a command line argument to useradd(8) and usermod(8) to specify the
MLS range for a SELinux user mapping.

Improves: #676
lib/prototypes.h
lib/semanage.c
man/useradd.8.xml
man/usermod.8.xml
src/useradd.c
src/usermod.c