summaryrefslogtreecommitdiffstats
path: root/mof
diff options
context:
space:
mode:
Diffstat (limited to 'mof')
-rw-r--r--mof/LMI_Software.mof10
1 files changed, 5 insertions, 5 deletions
diff --git a/mof/LMI_Software.mof b/mof/LMI_Software.mof
index 90c7974..ecab140 100644
--- a/mof/LMI_Software.mof
+++ b/mof/LMI_Software.mof
@@ -150,7 +150,7 @@ class LMI_SoftwareFileCheck : CIM_FileSpecification {
, "Execute User" , "Write User" , "Read User"
, "Sticky", "SGID", "SUID"
} ]
- Uint8 FileModeFlags[];
+ uint8 FileModeFlags[];
[ Description (
"File mode as an array of permissions of file from RPM database."
" Each value represents a bit position in file mode."),
@@ -164,17 +164,17 @@ class LMI_SoftwareFileCheck : CIM_FileSpecification {
, "Execute User" , "Write User" , "Read User"
, "Sticky", "SGID", "SUID"
} ]
- Uint8 ExpectedFileModeFlags[];
+ uint8 ExpectedFileModeFlags[];
[ Override("MD5Checksum"),
Description("MD5 checksum of installed file.") ]
String MD5Checksum;
[ Description("Checksum of installed file."
" Hash algorithm used can be obtained with ChecksumType property.") ]
- String Checksum;
+ String FileChecksum;
[ Description("Checksum of file from RPM database."
" Hash algorithm used can be obtained with ChecksumType property.") ]
- String ExpectedChecksum;
+ String ExpectedFileChecksum;
[ Description("Number of hash algorithm according to RFC4880."
" This algorithm is used for making checksums of RPM files and"
@@ -183,7 +183,7 @@ class LMI_SoftwareFileCheck : CIM_FileSpecification {
, "8", "9","10","11" },
Values { "UNKNOWN", "MD5", "SHA-1", "RIPE-MD/160"
, "SHA256", "SHA384", "SHA512", "SHA224" } ]
- uint16 ChecksumType;
+ uint16 FileChecksumType;
[ Description("User ID of installed file.") ]
uint32 FileUserID;