Hi All, If I wanted to map multiple Linux users (Test1, Test2, and Test3), to a single SELinux user (staff_u), Can I use a single semanage command to do this, instead of executing multiple semanage commands? In other words,instead of executing: semanage login -a -s staff_u Test1 semanage login -a -s staff_u Test2 semanage login -a -s staff_u Test3 Can I do something like: semanage login -a -s staff_u 'Test1 Test2 Test3' Thanks as always for your help, - Rezaul. -- This message was distributed to subscribers of the selinux mailing list. If you no longer wish to subscribe, send mail to majordomo@xxxxxxxxxxxxx with the words "unsubscribe selinux" without quotes as the message.