-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
[root@jenkins01 ~]# cat /etc/os-release
PRETTY_NAME="Oracle Linux Server 7.2"
[root@jenkins01 ~]# /etc/alternatives/java -version
openjdk version "1.8.0_102"
[root@jenkins01 ~]# rpm -qa | grep jenkins
jenkins-2.49-1.1.noarch
When I create a job that has "Enable project-based security" turned on and "Block inheritance of global authorization matrix" turned on, triggering a build of the job from another job can be done by anyone that can build the upstream job, regardless of the permissions set on the downstream job.