From Fedora Project Wiki

Combined display of all available logs of Fedora Project Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 13:12, 6 June 2023 Zpytela talk contribs created page SELinux/ConfinedUsers (Created page with "= How to create SELinux confined users = This page was created to set up SELinux confined users and to help with debugging issues related to using confined users. == Create new users assigned to particular SELinux users == Create 4 new Linux users assigned to a corresponding SELinux user: PWD=${PWD-"my_p4ss-w0rd"} for username in guest xguest user staff do adduser -Z ${username}_u ${username} echo "${PWD}" | passwd --stdin "${username}" done == Assign a SELinu...")