#277 Users have to be generated is policy/users to make 3.4 userspace happy
Merged 2 years ago by zpytela. Opened 2 years ago by plautrba.
rpms/ plautrba/selinux-policy rawhide-userspace-3.4  into  rawhide

file modified
+1
@@ -36,3 +36,4 @@ 

  # not in the sysadm_r.

  #

  gen_user(root, user, unconfined_r sysadm_r staff_r system_r, s0, s0 - mls_systemhigh, mcs_allcats)

+ gen_user(unconfined_u, user, unconfined_r system_r, s0, s0 - mls_systemhigh, mcs_allcats)

file modified
+2
@@ -36,3 +36,5 @@ 

  # not in the sysadm_r.

  #

  gen_user(root, user, sysadm_r staff_r secadm_r auditadm_r system_r, s0, s0 - mls_systemhigh, mcs_allcats)

+ gen_user(guest_u, user, guest_r, s0, s0)

+ gen_user(xguest_u, user, xguest_r, s0, s0)

file modified
+3
@@ -36,3 +36,6 @@ 

  # not in the sysadm_r.

  #

  gen_user(root, user, unconfined_r sysadm_r staff_r system_r, s0, s0 - mls_systemhigh, mcs_allcats)

+ gen_user(unconfined_u, user, unconfined_r system_r, s0, s0 - mls_systemhigh, mcs_allcats)

+ gen_user(guest_u, user, guest_r, s0, s0)

+ gen_user(xguest_u, user, xguest_r, s0, s0)

Unable to freeze job graph: Unable to modify final job <Job rpm-sti-test branches: {MatchAny:{BranchMatcher:rawhide},{BranchMatcher:main}} source: fedora-project-config/zuul.d/_jobs-base.yaml@master#3> attribute timeout=21600 with variant <Job rpm-sti-test branches: None source: fedora-zuul-jobs-config/zuul.d/projects.yaml@master#108>

rebased onto 936c0df

2 years ago

Unable to freeze job graph: Unable to modify final job <Job rpm-sti-test branches: {MatchAny:{BranchMatcher:rawhide},{BranchMatcher:main}} source: fedora-project-config/zuul.d/_jobs-base.yaml@master#3> attribute timeout=21600 with variant <Job rpm-sti-test branches: None source: fedora-zuul-jobs-config/zuul.d/projects.yaml@master#108>

Pull-Request has been merged by zpytela

2 years ago