From Fedora Project Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 June 2023

  • curprev 13:1213:12, 6 June 2023Zpytela talk contribs 2,818 bytes +2,818 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..."