Description of problem: selinux-login(8) has an example to map a linux group to a selinux user: Assign all users in the engineering group to the staff_u user # semanage login -a -s staff_u @engineering But this results in: ValueError: Linux User @engineering does not exist The correct syntax should be: # semanage login -a -s staff_u %engineering Version-Release number of selected component (if applicable): [root@localhost ~]# rpm -q policycoreutils-python policycoreutils-python-2.1.14-61.fc20.x86_64
Fixed in policycoreutils-2.1.14-62.fc20.x86_64