linux_def

package
v0.0.0-...-2254187 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 25, 2022 License: Unlicense Imports: 4 Imported by: 0

Documentation

Overview

Code generated by https://github.com/gocomply/xsd2go; DO NOT EDIT. Models for http://oval.mitre.org/XMLSchema/oval-definitions-5#linux

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApparmorstatusObject

type ApparmorstatusObject struct {
	XMLName xml.Name `xml:apparmorstatus_object`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type ApparmorstatusState

type ApparmorstatusState struct {
	XMLName xml.Name `xml:apparmorstatus_state`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	Operator string `xml:"operator,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	LoadedProfilesCount *oval_def.EntityStateIntType `xml:"loaded_profiles_count"`

	EnforceModeProfilesCount *oval_def.EntityStateIntType `xml:"enforce_mode_profiles_count"`

	ComplainModeProfilesCount *oval_def.EntityStateIntType `xml:"complain_mode_profiles_count"`

	ProcessesWithProfilesCount *oval_def.EntityStateIntType `xml:"processes_with_profiles_count"`

	EnforceModeProcessesCount *oval_def.EntityStateIntType `xml:"enforce_mode_processes_count"`

	ComplainModeProcessesCount *oval_def.EntityStateIntType `xml:"complain_mode_processes_count"`

	UnconfinedProcessesWithProfilesCount *oval_def.EntityStateIntType `xml:"unconfined_processes_with_profiles_count"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type ApparmorstatusTest

type ApparmorstatusTest struct {
	XMLName xml.Name `xml:apparmorstatus_test`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	CheckExistence string `xml:"check_existence,attr"`

	Check string `xml:"check,attr"`

	StateOperator string `xml:"state_operator,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Object oval_def.ObjectRefType `xml:"object"`

	State []oval_def.StateRefType `xml:"state"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type DpkginfoObject

type DpkginfoObject struct {
	XMLName xml.Name `xml:dpkginfo_object`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Set oval_def.Set `xml:"set"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type DpkginfoState

type DpkginfoState struct {
	XMLName xml.Name `xml:dpkginfo_state`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	Operator string `xml:"operator,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Name *oval_def.EntityStateStringType `xml:"name"`

	Arch *oval_def.EntityStateStringType `xml:"arch"`

	Epoch *DpkginfoStateEpoch `xml:"epoch"`

	Release *DpkginfoStateRelease `xml:"release"`

	VersionElm *DpkginfoStateVersion `xml:"version"`

	Evr *DpkginfoStateEvr `xml:"evr"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type DpkginfoStateEpoch

type DpkginfoStateEpoch struct {
	XMLName xml.Name `xml:epoch`
}

Element

type DpkginfoStateEvr

type DpkginfoStateEvr struct {
	XMLName xml.Name `xml:evr`
}

Element

type DpkginfoStateRelease

type DpkginfoStateRelease struct {
	XMLName xml.Name `xml:release`
}

Element

type DpkginfoStateVersion

type DpkginfoStateVersion struct {
	XMLName xml.Name `xml:version`
}

Element

type DpkginfoTest

type DpkginfoTest struct {
	XMLName xml.Name `xml:dpkginfo_test`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	CheckExistence string `xml:"check_existence,attr"`

	Check string `xml:"check,attr"`

	StateOperator string `xml:"state_operator,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Object oval_def.ObjectRefType `xml:"object"`

	State []oval_def.StateRefType `xml:"state"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type EntityStateProtocolType

type EntityStateProtocolType struct {
}

type EntityStateRpmVerifyResultType

type EntityStateRpmVerifyResultType struct {
}

type FileBehaviors

type FileBehaviors struct {
	MaxDepth string `xml:"max_depth,attr"`

	Recurse string `xml:"recurse,attr"`

	RecurseDirection string `xml:"recurse_direction,attr"`

	RecurseFileSystem string `xml:"recurse_file_system,attr"`
}

type IflistenersObject

type IflistenersObject struct {
	XMLName xml.Name `xml:iflisteners_object`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Set oval_def.Set `xml:"set"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type IflistenersState

type IflistenersState struct {
	XMLName xml.Name `xml:iflisteners_state`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	Operator string `xml:"operator,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	InterfaceName *oval_def.EntityStateStringType `xml:"interface_name"`

	Protocol *EntityStateProtocolType `xml:"protocol"`

	HwAddress *oval_def.EntityStateStringType `xml:"hw_address"`

	ProgramName *oval_def.EntityStateStringType `xml:"program_name"`

	Pid *oval_def.EntityStateIntType `xml:"pid"`

	UserId *oval_def.EntityStateIntType `xml:"user_id"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type IflistenersTest

type IflistenersTest struct {
	XMLName xml.Name `xml:iflisteners_test`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	CheckExistence string `xml:"check_existence,attr"`

	Check string `xml:"check,attr"`

	StateOperator string `xml:"state_operator,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Object oval_def.ObjectRefType `xml:"object"`

	State []oval_def.StateRefType `xml:"state"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type InetlisteningserversObject

type InetlisteningserversObject struct {
	XMLName xml.Name `xml:inetlisteningservers_object`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Set oval_def.Set `xml:"set"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type InetlisteningserversState

type InetlisteningserversState struct {
	XMLName xml.Name `xml:inetlisteningservers_state`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	Operator string `xml:"operator,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Protocol *oval_def.EntityStateStringType `xml:"protocol"`

	LocalAddress *oval_def.EntityStateIPAddressStringType `xml:"local_address"`

	LocalPort *oval_def.EntityStateIntType `xml:"local_port"`

	LocalFullAddress *oval_def.EntityStateStringType `xml:"local_full_address"`

	ProgramName *oval_def.EntityStateStringType `xml:"program_name"`

	ForeignAddress *oval_def.EntityStateIPAddressStringType `xml:"foreign_address"`

	ForeignPort *oval_def.EntityStateIntType `xml:"foreign_port"`

	ForeignFullAddress *oval_def.EntityStateStringType `xml:"foreign_full_address"`

	Pid *oval_def.EntityStateIntType `xml:"pid"`

	UserId *oval_def.EntityStateIntType `xml:"user_id"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type InetlisteningserversTest

type InetlisteningserversTest struct {
	XMLName xml.Name `xml:inetlisteningservers_test`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	CheckExistence string `xml:"check_existence,attr"`

	Check string `xml:"check,attr"`

	StateOperator string `xml:"state_operator,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Object oval_def.ObjectRefType `xml:"object"`

	State []oval_def.StateRefType `xml:"state"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type PartitionObject

type PartitionObject struct {
	XMLName xml.Name `xml:partition_object`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Set oval_def.Set `xml:"set"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type PartitionState

type PartitionState struct {
	XMLName xml.Name `xml:partition_state`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	Operator string `xml:"operator,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	MountPoint *oval_def.EntityStateStringType `xml:"mount_point"`

	Device *oval_def.EntityStateStringType `xml:"device"`

	Uuid *oval_def.EntityStateStringType `xml:"uuid"`

	FsType *oval_def.EntityStateStringType `xml:"fs_type"`

	MountOptions *oval_def.EntityStateStringType `xml:"mount_options"`

	TotalSpace *oval_def.EntityStateIntType `xml:"total_space"`

	SpaceUsed *oval_def.EntityStateIntType `xml:"space_used"`

	SpaceLeft *oval_def.EntityStateIntType `xml:"space_left"`

	SpaceLeftForUnprivilegedUsers *oval_def.EntityStateIntType `xml:"space_left_for_unprivileged_users"`

	BlockSize *oval_def.EntityStateIntType `xml:"block_size"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type PartitionTest

type PartitionTest struct {
	XMLName xml.Name `xml:partition_test`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	CheckExistence string `xml:"check_existence,attr"`

	Check string `xml:"check,attr"`

	StateOperator string `xml:"state_operator,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Object oval_def.ObjectRefType `xml:"object"`

	State []oval_def.StateRefType `xml:"state"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type RpmInfoBehaviors

type RpmInfoBehaviors struct {
	Filepaths string `xml:"filepaths,attr"`
}

type RpmVerifyBehaviors

type RpmVerifyBehaviors struct {
	Nodeps string `xml:"nodeps,attr"`

	Nodigest string `xml:"nodigest,attr"`

	Nofiles string `xml:"nofiles,attr"`

	Noscripts string `xml:"noscripts,attr"`

	Nosignature string `xml:"nosignature,attr"`

	Nolinkto string `xml:"nolinkto,attr"`

	Nomd5 string `xml:"nomd5,attr"`

	Nosize string `xml:"nosize,attr"`

	Nouser string `xml:"nouser,attr"`

	Nogroup string `xml:"nogroup,attr"`

	Nomtime string `xml:"nomtime,attr"`

	Nomode string `xml:"nomode,attr"`

	Nordev string `xml:"nordev,attr"`

	Noconfigfiles string `xml:"noconfigfiles,attr"`

	Noghostfiles string `xml:"noghostfiles,attr"`
}

type RpmVerifyFileBehaviors

type RpmVerifyFileBehaviors struct {
	Nolinkto string `xml:"nolinkto,attr"`

	Nomd5 string `xml:"nomd5,attr"`

	Nosize string `xml:"nosize,attr"`

	Nouser string `xml:"nouser,attr"`

	Nogroup string `xml:"nogroup,attr"`

	Nomtime string `xml:"nomtime,attr"`

	Nomode string `xml:"nomode,attr"`

	Nordev string `xml:"nordev,attr"`

	Noconfigfiles string `xml:"noconfigfiles,attr"`

	Noghostfiles string `xml:"noghostfiles,attr"`

	Nofiledigest string `xml:"nofiledigest,attr"`

	Nocaps string `xml:"nocaps,attr"`
}

type RpmVerifyPackageBehaviors

type RpmVerifyPackageBehaviors struct {
	Nodeps string `xml:"nodeps,attr"`

	Nodigest string `xml:"nodigest,attr"`

	Noscripts string `xml:"noscripts,attr"`

	Nosignature string `xml:"nosignature,attr"`
}

type RpminfoObject

type RpminfoObject struct {
	XMLName xml.Name `xml:rpminfo_object`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Set oval_def.Set `xml:"set"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type RpminfoState

type RpminfoState struct {
	XMLName xml.Name `xml:rpminfo_state`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	Operator string `xml:"operator,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Name *oval_def.EntityStateStringType `xml:"name"`

	Arch *oval_def.EntityStateStringType `xml:"arch"`

	Epoch *RpminfoStateEpoch `xml:"epoch"`

	Release *RpminfoStateRelease `xml:"release"`

	VersionElm *RpminfoStateVersion `xml:"version"`

	Evr *oval_def.EntityStateEVRStringType `xml:"evr"`

	SignatureKeyid *oval_def.EntityStateStringType `xml:"signature_keyid"`

	ExtendedName *oval_def.EntityStateStringType `xml:"extended_name"`

	Filepath *oval_def.EntityStateStringType `xml:"filepath"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type RpminfoStateEpoch

type RpminfoStateEpoch struct {
	XMLName xml.Name `xml:epoch`
}

Element

type RpminfoStateRelease

type RpminfoStateRelease struct {
	XMLName xml.Name `xml:release`
}

Element

type RpminfoStateVersion

type RpminfoStateVersion struct {
	XMLName xml.Name `xml:version`
}

Element

type RpminfoTest

type RpminfoTest struct {
	XMLName xml.Name `xml:rpminfo_test`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	CheckExistence string `xml:"check_existence,attr"`

	Check string `xml:"check,attr"`

	StateOperator string `xml:"state_operator,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Object oval_def.ObjectRefType `xml:"object"`

	State []oval_def.StateRefType `xml:"state"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type RpmverifyObject

type RpmverifyObject struct {
	XMLName xml.Name `xml:rpmverify_object`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Set oval_def.Set `xml:"set"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type RpmverifyState

type RpmverifyState struct {
	XMLName xml.Name `xml:rpmverify_state`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	Operator string `xml:"operator,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Name *oval_def.EntityStateStringType `xml:"name"`

	Filepath *oval_def.EntityStateStringType `xml:"filepath"`

	SizeDiffers *EntityStateRpmVerifyResultType `xml:"size_differs"`

	ModeDiffers *EntityStateRpmVerifyResultType `xml:"mode_differs"`

	Md5Differs *EntityStateRpmVerifyResultType `xml:"md5_differs"`

	DeviceDiffers *EntityStateRpmVerifyResultType `xml:"device_differs"`

	LinkMismatch *EntityStateRpmVerifyResultType `xml:"link_mismatch"`

	OwnershipDiffers *EntityStateRpmVerifyResultType `xml:"ownership_differs"`

	GroupDiffers *EntityStateRpmVerifyResultType `xml:"group_differs"`

	MtimeDiffers *EntityStateRpmVerifyResultType `xml:"mtime_differs"`

	CapabilitiesDiffer *EntityStateRpmVerifyResultType `xml:"capabilities_differ"`

	ConfigurationFile *oval_def.EntityStateBoolType `xml:"configuration_file"`

	DocumentationFile *oval_def.EntityStateBoolType `xml:"documentation_file"`

	GhostFile *oval_def.EntityStateBoolType `xml:"ghost_file"`

	LicenseFile *oval_def.EntityStateBoolType `xml:"license_file"`

	ReadmeFile *oval_def.EntityStateBoolType `xml:"readme_file"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type RpmverifyTest

type RpmverifyTest struct {
	XMLName xml.Name `xml:rpmverify_test`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	CheckExistence string `xml:"check_existence,attr"`

	Check string `xml:"check,attr"`

	StateOperator string `xml:"state_operator,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Object oval_def.ObjectRefType `xml:"object"`

	State []oval_def.StateRefType `xml:"state"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type RpmverifyfileObject

type RpmverifyfileObject struct {
	XMLName xml.Name `xml:rpmverifyfile_object`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Set oval_def.Set `xml:"set"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type RpmverifyfileState

type RpmverifyfileState struct {
	XMLName xml.Name `xml:rpmverifyfile_state`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	Operator string `xml:"operator,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Name *oval_def.EntityStateStringType `xml:"name"`

	Epoch *RpmverifyfileStateEpoch `xml:"epoch"`

	VersionElm *RpmverifyfileStateVersion `xml:"version"`

	Release *RpmverifyfileStateRelease `xml:"release"`

	Arch *oval_def.EntityStateStringType `xml:"arch"`

	Filepath *oval_def.EntityStateStringType `xml:"filepath"`

	ExtendedName *oval_def.EntityStateStringType `xml:"extended_name"`

	SizeDiffers *EntityStateRpmVerifyResultType `xml:"size_differs"`

	ModeDiffers *EntityStateRpmVerifyResultType `xml:"mode_differs"`

	Md5Differs *EntityStateRpmVerifyResultType `xml:"md5_differs"`

	FiledigestDiffers *EntityStateRpmVerifyResultType `xml:"filedigest_differs"`

	DeviceDiffers *EntityStateRpmVerifyResultType `xml:"device_differs"`

	LinkMismatch *EntityStateRpmVerifyResultType `xml:"link_mismatch"`

	OwnershipDiffers *EntityStateRpmVerifyResultType `xml:"ownership_differs"`

	GroupDiffers *EntityStateRpmVerifyResultType `xml:"group_differs"`

	MtimeDiffers *EntityStateRpmVerifyResultType `xml:"mtime_differs"`

	CapabilitiesDiffer *EntityStateRpmVerifyResultType `xml:"capabilities_differ"`

	ConfigurationFile *oval_def.EntityStateBoolType `xml:"configuration_file"`

	DocumentationFile *oval_def.EntityStateBoolType `xml:"documentation_file"`

	GhostFile *oval_def.EntityStateBoolType `xml:"ghost_file"`

	LicenseFile *oval_def.EntityStateBoolType `xml:"license_file"`

	ReadmeFile *oval_def.EntityStateBoolType `xml:"readme_file"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type RpmverifyfileStateEpoch

type RpmverifyfileStateEpoch struct {
	XMLName xml.Name `xml:epoch`
}

Element

type RpmverifyfileStateRelease

type RpmverifyfileStateRelease struct {
	XMLName xml.Name `xml:release`
}

Element

type RpmverifyfileStateVersion

type RpmverifyfileStateVersion struct {
	XMLName xml.Name `xml:version`
}

Element

type RpmverifyfileTest

type RpmverifyfileTest struct {
	XMLName xml.Name `xml:rpmverifyfile_test`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	CheckExistence string `xml:"check_existence,attr"`

	Check string `xml:"check,attr"`

	StateOperator string `xml:"state_operator,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Object oval_def.ObjectRefType `xml:"object"`

	State []oval_def.StateRefType `xml:"state"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type RpmverifypackageObject

type RpmverifypackageObject struct {
	XMLName xml.Name `xml:rpmverifypackage_object`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Set oval_def.Set `xml:"set"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type RpmverifypackageState

type RpmverifypackageState struct {
	XMLName xml.Name `xml:rpmverifypackage_state`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	Operator string `xml:"operator,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Name *oval_def.EntityStateStringType `xml:"name"`

	Epoch *RpmverifypackageStateEpoch `xml:"epoch"`

	VersionElm *RpmverifypackageStateVersion `xml:"version"`

	Release *RpmverifypackageStateRelease `xml:"release"`

	Arch *oval_def.EntityStateStringType `xml:"arch"`

	ExtendedName *oval_def.EntityStateStringType `xml:"extended_name"`

	DependencyCheckPassed *oval_def.EntityStateBoolType `xml:"dependency_check_passed"`

	DigestCheckPassed *oval_def.EntityStateBoolType `xml:"digest_check_passed"`

	VerificationScriptSuccessful *oval_def.EntityStateBoolType `xml:"verification_script_successful"`

	SignatureCheckPassed *oval_def.EntityStateBoolType `xml:"signature_check_passed"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type RpmverifypackageStateEpoch

type RpmverifypackageStateEpoch struct {
	XMLName xml.Name `xml:epoch`
}

Element

type RpmverifypackageStateRelease

type RpmverifypackageStateRelease struct {
	XMLName xml.Name `xml:release`
}

Element

type RpmverifypackageStateVersion

type RpmverifypackageStateVersion struct {
	XMLName xml.Name `xml:version`
}

Element

type RpmverifypackageTest

type RpmverifypackageTest struct {
	XMLName xml.Name `xml:rpmverifypackage_test`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	CheckExistence string `xml:"check_existence,attr"`

	Check string `xml:"check,attr"`

	StateOperator string `xml:"state_operator,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Object oval_def.ObjectRefType `xml:"object"`

	State []oval_def.StateRefType `xml:"state"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type SelinuxbooleanObject

type SelinuxbooleanObject struct {
	XMLName xml.Name `xml:selinuxboolean_object`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Set oval_def.Set `xml:"set"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type SelinuxbooleanState

type SelinuxbooleanState struct {
	XMLName xml.Name `xml:selinuxboolean_state`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	Operator string `xml:"operator,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Name *oval_def.EntityStateStringType `xml:"name"`

	CurrentStatus *oval_def.EntityStateBoolType `xml:"current_status"`

	PendingStatus *oval_def.EntityStateBoolType `xml:"pending_status"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type SelinuxbooleanTest

type SelinuxbooleanTest struct {
	XMLName xml.Name `xml:selinuxboolean_test`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	CheckExistence string `xml:"check_existence,attr"`

	Check string `xml:"check,attr"`

	StateOperator string `xml:"state_operator,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Object oval_def.ObjectRefType `xml:"object"`

	State []oval_def.StateRefType `xml:"state"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type SelinuxsecuritycontextObject

type SelinuxsecuritycontextObject struct {
	XMLName xml.Name `xml:selinuxsecuritycontext_object`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Set oval_def.Set `xml:"set"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type SelinuxsecuritycontextState

type SelinuxsecuritycontextState struct {
	XMLName xml.Name `xml:selinuxsecuritycontext_state`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	Operator string `xml:"operator,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Filepath *oval_def.EntityStateStringType `xml:"filepath"`

	Path *oval_def.EntityStateStringType `xml:"path"`

	Filename *oval_def.EntityStateStringType `xml:"filename"`

	Pid *oval_def.EntityStateIntType `xml:"pid"`

	User *oval_def.EntityStateStringType `xml:"user"`

	Role *oval_def.EntityStateStringType `xml:"role"`

	Type *oval_def.EntityStateStringType `xml:"type"`

	LowSensitivity *oval_def.EntityStateStringType `xml:"low_sensitivity"`

	LowCategory *oval_def.EntityStateStringType `xml:"low_category"`

	HighSensitivity *oval_def.EntityStateStringType `xml:"high_sensitivity"`

	HighCategory *oval_def.EntityStateStringType `xml:"high_category"`

	RawlowSensitivity *oval_def.EntityStateStringType `xml:"rawlow_sensitivity"`

	RawlowCategory *oval_def.EntityStateStringType `xml:"rawlow_category"`

	RawhighSensitivity *oval_def.EntityStateStringType `xml:"rawhigh_sensitivity"`

	RawhighCategory *oval_def.EntityStateStringType `xml:"rawhigh_category"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type SelinuxsecuritycontextTest

type SelinuxsecuritycontextTest struct {
	XMLName xml.Name `xml:selinuxsecuritycontext_test`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	CheckExistence string `xml:"check_existence,attr"`

	Check string `xml:"check,attr"`

	StateOperator string `xml:"state_operator,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Object oval_def.ObjectRefType `xml:"object"`

	State []oval_def.StateRefType `xml:"state"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type SlackwarepkginfoObject

type SlackwarepkginfoObject struct {
	XMLName xml.Name `xml:slackwarepkginfo_object`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Set oval_def.Set `xml:"set"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type SlackwarepkginfoState

type SlackwarepkginfoState struct {
	XMLName xml.Name `xml:slackwarepkginfo_state`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	Operator string `xml:"operator,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Name *oval_def.EntityStateStringType `xml:"name"`

	VersionElm *SlackwarepkginfoStateVersion `xml:"version"`

	Architecture *oval_def.EntityStateStringType `xml:"architecture"`

	Revision *oval_def.EntityStateStringType `xml:"revision"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type SlackwarepkginfoStateVersion

type SlackwarepkginfoStateVersion struct {
	XMLName xml.Name `xml:version`
}

Element

type SlackwarepkginfoTest

type SlackwarepkginfoTest struct {
	XMLName xml.Name `xml:slackwarepkginfo_test`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	CheckExistence string `xml:"check_existence,attr"`

	Check string `xml:"check,attr"`

	StateOperator string `xml:"state_operator,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Object oval_def.ObjectRefType `xml:"object"`

	State []oval_def.StateRefType `xml:"state"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type SystemdunitdependencyObject

type SystemdunitdependencyObject struct {
	XMLName xml.Name `xml:systemdunitdependency_object`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Set oval_def.Set `xml:"set"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type SystemdunitdependencyState

type SystemdunitdependencyState struct {
	XMLName xml.Name `xml:systemdunitdependency_state`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	Operator string `xml:"operator,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Unit *oval_def.EntityStateStringType `xml:"unit"`

	Dependency *oval_def.EntityStateStringType `xml:"dependency"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type SystemdunitdependencyTest

type SystemdunitdependencyTest struct {
	XMLName xml.Name `xml:systemdunitdependency_test`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	CheckExistence string `xml:"check_existence,attr"`

	Check string `xml:"check,attr"`

	StateOperator string `xml:"state_operator,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Object oval_def.ObjectRefType `xml:"object"`

	State []oval_def.StateRefType `xml:"state"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type SystemdunitpropertyObject

type SystemdunitpropertyObject struct {
	XMLName xml.Name `xml:systemdunitproperty_object`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Set oval_def.Set `xml:"set"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type SystemdunitpropertyState

type SystemdunitpropertyState struct {
	XMLName xml.Name `xml:systemdunitproperty_state`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	Operator string `xml:"operator,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Unit *oval_def.EntityStateStringType `xml:"unit"`

	Property *oval_def.EntityStateStringType `xml:"property"`

	Value *oval_def.EntityStateAnySimpleType `xml:"value"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

type SystemdunitpropertyTest

type SystemdunitpropertyTest struct {
	XMLName xml.Name `xml:systemdunitproperty_test`

	Id string `xml:"id,attr"`

	Version string `xml:"version,attr"`

	CheckExistence string `xml:"check_existence,attr"`

	Check string `xml:"check,attr"`

	StateOperator string `xml:"state_operator,attr"`

	Comment string `xml:"comment,attr"`

	Deprecated string `xml:"deprecated,attr"`

	Object oval_def.ObjectRefType `xml:"object"`

	State []oval_def.StateRefType `xml:"state"`

	Signature *xml_dsig.Signature `xml:"Signature"`

	Notes *oval.Notes `xml:"notes"`
}

Element

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL