Set facls for pesign to work with mock
This commit is contained in:
parent
1b20c92541
commit
dda7a6165b
1 changed files with 6 additions and 0 deletions
|
@ -29,3 +29,9 @@
|
|||
|
||||
- name: make sure our bkernel boxes have static ip
|
||||
template: src=bkernel-eth0-network dest=/etc/sysconfig/network-scripts/ifcfg-eth0
|
||||
|
||||
- name: set pesign facls to allow mockbuild user to use the socket directory
|
||||
acl: name=/var/run/pesign entity=kojibuilder etype=user permissions='rx'
|
||||
|
||||
- name: set pesign facls to allow mockbuild user to use the socket.
|
||||
acl: name=/var/run/pesign/socket entity=kojibuilder etype=user permissions='rw'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue