Skip to content

Commit

Permalink
Adjust the permissions of the etc/shared files so agentd can overwrite
Browse files Browse the repository at this point in the history
them. Should fix ossec#869.
  • Loading branch information
ddpbsd committed Jun 29, 2016
1 parent 3049e56 commit 19a0b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ endif
endif

install -d -m 0770 -o root -g ${OSSEC_GROUP} ${PREFIX}/etc/shared
install -m 0440 -o root -g ${OSSEC_GROUP} rootcheck/db/*.txt ${PREFIX}/etc/shared/
install -m 0640 -o root -g ${OSSEC_GROUP} rootcheck/db/*.txt ${PREFIX}/etc/shared/

install -d -m 0550 -o root -g ${OSSEC_GROUP} ${PREFIX}/active-response
install -d -m 0550 -o root -g ${OSSEC_GROUP} ${PREFIX}/active-response/bin
Expand Down

0 comments on commit 19a0b85

Please sign in to comment.