summaryrefslogtreecommitdiffstats
path: root/mof
diff options
context:
space:
mode:
Diffstat (limited to 'mof')
-rw-r--r--mof/60_LMI_LogicalFile.mof7
1 files changed, 7 insertions, 0 deletions
diff --git a/mof/60_LMI_LogicalFile.mof b/mof/60_LMI_LogicalFile.mof
index 7ae2e82..5364598 100644
--- a/mof/60_LMI_LogicalFile.mof
+++ b/mof/60_LMI_LogicalFile.mof
@@ -21,6 +21,13 @@
class LMI_UnixFile : CIM_UnixFile
{
+ [ Description (
+ "Current SELinux context." ) ]
+ string SELinuxCurrentContext;
+
+ [ Description (
+ "Expected SELinux context." ) ]
+ string SELinuxExpectedContext;
};
class LMI_DataFile : CIM_DataFile