List of Global Functions
Abort - Returns a confirmation popup dialog whether user wants to really abort.
AutoPackages - Return packages needed to be installed and removed during Autoinstallation to insure module has all needed software installed.
Export - Dump the auditd settings and the rules to a single map (For use by autoinstallation.)
GetAuditdOption - Get value of given option from SEETINGS
GetRules - Get the current rules
GetRulesFile - Return rules file path
Import - Get all audit settings from the first parameter (For use by autoinstallation.)
Modified - Prototypes
Modified - Data was modified?
Overview - Create an overview table with all configured cards
PollAbort - Checks whether an Abort button has been pressed. If so, calls function to confirm the abort call.
Read - Read all auditd settings
SetAuditdOption - Set option to given value in SETTINGS
SetModified - Mark as modified, for Autoyast.
SetWriteOnly - Set write_only flag (for autoinstalation).
Summary - Create a textual summary and a list of unconfigured cards
Write - Write all auditd settings
List of Global Variables
Returns a confirmation popup dialog whether user wants to really abort.
Return value
boolean
Return packages needed to be installed and removed during Autoinstallation to insure module has all needed software installed.
Return value
map - with 2 lists.
Dump the auditd settings and the rules to a single map (For use by autoinstallation.)
Return value
map - Dumped settings (later acceptable by Import ())
Get value of given option from SEETINGS
Function parameters
string key
Return value
string
Get all audit settings from the first parameter (For use by autoinstallation.)
Function parameters
map settings
Return value
boolean - True on success
Checks whether an Abort button has been pressed. If so, calls function to confirm the abort call.
Return value
boolean - true if abort confirmed
Set option to given value in SETTINGS
Function parameters
string key
string value
Return value
boolean
Set write_only flag (for autoinstalation).
Function parameters
boolean value
Return value
void
Create a textual summary and a list of unconfigured cards
Return value
string - summary of the current configuration