From ad10515b6c19f224fb6897e9549c5ddee373a557 Mon Sep 17 00:00:00 2001 From: Eamon Walsh Date: Tue, 17 Jun 2008 19:09:44 -0400 Subject: [PATCH] SELinux: Add an extension alias under the OS-agnostic "Flask" name. (cherry picked from commit 79dd600942bbac3c6b531f284b42c7b2c822da90) --- Xext/xselinux.c | 2 ++ 1 file changed, 2 insertions(+) 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(); }