Commit c14515d2 authored by Mehmet Emin INAC's avatar Mehmet Emin INAC

Add `create_vulnerability_export` rule to user policy

parent f09d4617
...@@ -16,6 +16,9 @@ module EE ...@@ -16,6 +16,9 @@ module EE
updating_name_disabled_for_users & updating_name_disabled_for_users &
~admin ~admin
end.prevent :update_name end.prevent :update_name
# TODO: Check this before removing WIP from MR
rule { user_is_self }.enable :create_vulnerability_export
end end
end end
end end
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