Adjust this fcontext to hit the right stuff.

This commit is contained in:
Kevin Fenzi 2015-06-22 22:08:26 +00:00
parent 70e21a580d
commit cba0f3f7d9

View file

@ -51,7 +51,7 @@
- selinux
- name: set the SELinux policy for the users home git dirs
command: semanage fcontext -a -t git_user_content_t "/home/fedora/(/.*)/public_git(/.*)?"
command: semanage fcontext -a -t git_user_content_t "/home/fedora/(.*)/public_git(.*)"
when: gitcontext.stdout.find('git_user_content_t') == -1
tags:
- config