Skip to main content
Adryan_you
Staff
Staff
April 28, 2026

Technical Tip: Unable to create address object in firewall policy via GUI with custom sysgrp-permission

  • April 28, 2026
  • 0 replies
  • 58 views

Description

This article describes the issue where the user is unable to create an address object in the firewall policy on FortiGate GUI if sysgrp-permission admin is set to 'read' privilege.

Scope

FortiGate.

Solution

In FortiOS v7.4.4 and above, a user account with custom sysgrp-permission is not able to create an address object directly in a firewall policy via the GUI due to the missing '+' sign. For example:


config system accprofile
    edit "ICT_Maintain"
        config sysgrp-permission
            set admin read <<==
            set upd read-write
            set cfg read-write
            set mnt read-write
        end
    next
end


7530e39e.png


The issue is fixed in FortiOS v7.6.3 and above. For FortiOS v7.4, the 'sysgrp-permission' for 'admin' can be configured as 'read-write' to solve the issue. For example:


config system accprofile
    edit "ICT_Maintain"
        config sysgrp-permission
            set admin read-write <<==
            set upd read-write
            set cfg read-write
            set mnt read-write
        end
    next
end


0fb82e4c.png

    Thought Leadership Security Summit. Outpace New Threats with AI - enhanced defense. Tuesday, Septmeber 15, 8:30 AM - 2:30 PM PT. The Golf Club at Newcastle, WA.
    Fortinet Flag the Hack. Wednesday, August 26, 9:00 AM - 5:00 PM ET, COSM, Atlanta, GA.