diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2008-06-17 19:09:44 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2008-06-17 19:11:21 -0400 |
commit | 79dd600942bbac3c6b531f284b42c7b2c822da90 (patch) | |
tree | 52b8f8e96a917f44830be07c549724639b6c1844 /Xext | |
parent | 656d3d7623c6b83024e9cdc60d1257f4d87aa268 (diff) |
SELinux: Add an extension alias under the OS-agnostic "Flask" name.
Diffstat (limited to 'Xext')
-rw-r--r-- | Xext/xselinux.c | 2 |
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(); } |