Commit bdc95c8b authored by Tetiana Chupryna's avatar Tetiana Chupryna

Prevent auditor from managing vulnerabilities

parent d5e7fc5a
......@@ -216,6 +216,11 @@ module EE
enable :read_vulnerability
end
rule { auditor & ~developer }.policy do
prevent :create_vulnerability
prevent :admin_vulnerability
end
rule { auditor & ~guest }.policy do
prevent :create_project
prevent :create_issue
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment