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

(cherry picked from commit 79dd600942)
This commit is contained in:
Eamon Walsh 2008-06-17 19:09:44 -04:00 committed by Eamon Walsh
parent eed6713d3d
commit ad10515b6c

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();
}