提交 afa15eb8 编写于 作者: S Sami Tikka 提交者: Kohsuke Kawaguchi

Mac: Prevent admin user accidentally changing jenkins.war

Files under /Applications are usually owned by root and wheel, unless admin user has dragged it there. Jenkins is not an install-by-dragging kind of app.
上级 eeda9e21
......@@ -3,5 +3,5 @@
JENKINS_APP="/Applications/Jenkins"
# Fix Jenkins Permissions
chown -R root:admin ${JENKINS_APP}
chown -R root:wheel ${JENKINS_APP}
chmod -R 755 ${JENKINS_APP}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册