223. SuSEFirewallProposal

Functional interface for SuSEFirewall installation proposal

223.1. Summary of Module Globals

List of Global Functions

List of Global Variables

    223.2. Global Functions

    223.2.1. GetChangedByUser

    Local function returns if proposal was changed by user

    Return value

    • boolean - if proposal was changed by user

    223.2.2. GetProposalInitialized

    Local function returns if proposal was initialized already

    Return value

    • boolean - if proposal was initialized

    223.2.3. OpenServiceOnNonDialUpInterfaces

    Function opens up the service on all non-dial-up network interfaces

    Function parameters

    • string service

    Return value

    • void

    223.2.4. ProposalSummary

    Function returns the proposal summary

    Return value

    • map<string, string> - proposal

    map $[
    	"output" : "HTML Proposal Summary",
    	"warning" : "HTML Warning Summary",
     ]

    223.2.5. Propose

    Function proposes the SuSEfirewall2 configuration

    Return value

    • void

    223.2.6. Reset

    Function fills up default configuration into internal values

    Return value

    • void

    223.2.7. SetChangedByUser

    Function sets that proposal was changed by user

    Function parameters

    • boolean changed

    Return value

    • void

    223.2.8. SetProposalInitialized

    Function sets that proposal was initialized

    Function parameters

    • boolean initialized

    Return value

    • void

    223.3. Global Variables

    223.4. Module Requirements

    223.4.1. Module Imports

    • Linuxrc
    • Package
    • ProductFeatures
    • SuSEFirewall

    223.4.2. Module Includes