This is an ugly patch and can limit only administrator can edit the project privilege.
Modify src\main\resources\hudson\security\AuthorizationMatrixProperty\config.jelly

<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
    <j:if test="${h.hasPermission(app.ADMINISTER)}">
      <f:optionalBlock name="useProjectSecurity" title="${%Enable project-based security}" checked="${instance!=null}" xmlns:local="local">
        <st:include class="hudson.security.GlobalMatrixAuthorizationStrategy" page="config.jelly"/>
      </f:optionalBlock>
    </j:if>
</j:jelly>
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to