Skip to main content
krajaa
Staff
Staff
December 23, 2020

Technical Tip: Exclude application Signature from application control profile

  • December 23, 2020
  • 0 replies
  • 2672 views

Description
This article describes how to exclude application Signature from Application control profile.

Scope
For version 6.2.6 and 6.4.3.

Solution
If an application list entry configures an application group,user can specify the list of applications that the user wishes to exclude from that entry.
This option is enabled only when the application list entry configures an application group.

If an entry configures individual applications, the option is disabled.

From CLI.

# config application list
    edit ""                         <----- Application control profile name.
        set unknown-application-log enable
        # config entries
            edit <Entry ID>          
                set exclusion <Application ID>
            next
        end
    next
end