Skip to content

Commit

Permalink
guest/xguest: Add seusers.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris PeBenito <[email protected]>
  • Loading branch information
pebenito committed Oct 5, 2024
1 parent ca3698d commit 4bd1158
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion policy/modules/roles/guest.te
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ optional_policy(`
')
')

#gen_user(guest_u, user, guest_r, s0, s0)
gen_user(guest_u,, guest_r, s0, s0)
2 changes: 1 addition & 1 deletion policy/modules/roles/xguest.te
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ optional_policy(`
pcscd_stream_connect(xguest_t)
')

#gen_user(xguest_u,, xguest_r, s0, s0)
gen_user(xguest_u,, xguest_r, s0, s0)

0 comments on commit 4bd1158

Please sign in to comment.