Skip to content

Commit

Permalink
[copr-dist-git] add copr-service user to newly created docker group o…
Browse files Browse the repository at this point in the history
…n installation
  • Loading branch information
clime committed Sep 17, 2016
1 parent b501ca1 commit 6ccdb6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist-git/copr-dist-git.spec
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ PYTHONPATH=.:$PYTHONPATH python -B -m pytest \
# change context to be readable by cgit
semanage fcontext -a -t httpd_sys_content_t '/var/lib/copr-dist-git(/.*)?'
restorecon -rv /var/lib/copr-dist-git
groupadd docker
usermod -aG docker copr-service

%files
%license LICENSE
Expand Down

0 comments on commit 6ccdb6c

Please sign in to comment.