SELinux: Add an extension alias under the OS-agnostic "Flask" name.

This commit is contained in:
Eamon Walsh 2008-06-17 19:09:44 -04:00 committed by Eamon Walsh
parent 656d3d7623
commit 79dd600942

View File

@ -2031,6 +2031,8 @@ SELinuxExtensionInit(INITARGS)
ProcSELinuxDispatch, SProcSELinuxDispatch,
SELinuxResetProc, StandardMinorOpcode);
AddExtensionAlias("Flask", extEntry);
/* Label objects that were created before we could register ourself */
SELinuxLabelInitial();
}