summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2008-06-17 19:09:44 -0400
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>2008-06-17 19:11:21 -0400
commit79dd600942bbac3c6b531f284b42c7b2c822da90 (patch)
tree52b8f8e96a917f44830be07c549724639b6c1844
parent656d3d7623c6b83024e9cdc60d1257f4d87aa268 (diff)
SELinux: Add an extension alias under the OS-agnostic "Flask" name.
-rw-r--r--Xext/xselinux.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Xext/xselinux.c b/Xext/xselinux.c
index 1e3b4d66c..a47df03c2 100644
--- a/Xext/xselinux.c
+++ b/Xext/xselinux.c
@@ -2031,6 +2031,8 @@ SELinuxExtensionInit(INITARGS)
ProcSELinuxDispatch, SProcSELinuxDispatch,
SELinuxResetProc, StandardMinorOpcode);
+ AddExtensionAlias("Flask", extEntry);
+
/* Label objects that were created before we could register ourself */
SELinuxLabelInitial();
}