Skip to content

Commit

Permalink
security fix #42
Browse files Browse the repository at this point in the history
  • Loading branch information
kreczko committed Jan 29, 2016
1 parent 196a898 commit ea44a55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/10_security.config.erb
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ COLLECTOR.ALLOW_ADVERTISE_STARTD = $(WNS)

SCHEDD.ALLOW_WRITE = $(USERS), $(CES)

ALLOW_DAEMON = condor@$(UID_DOMAIN)/*.$(UID_DOMAIN), condor_pool@$(UID_DOMAIN)/*.$(UID_DOMAIN)
ALLOW_ADMINISTRATOR = *@$(UID_DOMAIN)/$(FULL_HOSTNAME)
ALLOW_DAEMON = condor@$(UID_DOMAIN)/*.$(UID_DOMAIN), condor_pool@$(UID_DOMAIN)/*.$(UID_DOMAIN), $(FULL_HOSTNAME)
ALLOW_ADMINISTRATOR = root@$(UID_DOMAIN)/$(IP_ADDRESS), condor_pool@$(UID_DOMAIN)/$(IP_ADDRESS), $(CMS)
ALLOW_CONFIG = root@$(FULL_HOSTNAME)

# Don't allow nobody to run jobs
Expand Down

0 comments on commit ea44a55

Please sign in to comment.