New firewall admin role with no RW permission on IPS objects
From the CLI, you can set none, read-only, and read-write permissions on IPS objects for an admin profile. Previously, you could not set read-only permissions on IPS objects.
To set permissions on IPS objects:
- In the FortiManager CLI, enter the following command:
config system admin profile
edit <profile>
set ips-objects {none | read | read-write}
next
end
You cannot edit this profile setting from the GUI. It must be done in the CLI.
- In the FortiManager GUI or CLI, assign this profile to administrators, as needed.
- If
ips-objects
is set tonone
, administrators with this profile cannot see IPS objects. - If
ips-objects
is set toread
, administrators with this profile can read but not edit or install IPS objects. - Administrators with
ips-objects
read-only permissions can install firewall policies without installing IPS related objects. They can also assign IPS profiles in the policy package. - If
ips-objects
is set toread-write
, administrators with this profile can edit and install IPS objects in addition to theips-objects
read-only privileges.