summaryrefslogtreecommitdiff
path: root/Xext/xselinux.c
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2007-11-20 18:39:48 -0500
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>2007-11-20 18:39:48 -0500
commit5fea1ed50f37691a5273bf2897479781de808ff5 (patch)
treef4f5904525844f70d3f65e9e831c68d13188c822 /Xext/xselinux.c
parent9a8af33718d085656a672e4c27df200485c84154 (diff)
registry: Remove registry code from SELinux extension.
Moving all the names into dix/registry.c
Diffstat (limited to 'Xext/xselinux.c')
-rw-r--r--Xext/xselinux.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/Xext/xselinux.c b/Xext/xselinux.c
index cefde9d37..8f52c1e7d 100644
--- a/Xext/xselinux.c
+++ b/Xext/xselinux.c
@@ -1399,28 +1399,4 @@ XSELinuxExtensionInit(INITARGS)
/* Label objects that were created before we could register ourself */
SELinuxLabelInitial();
-
- /* Add names to registry */
- RegisterRequestName(extEntry->base, X_SELinuxQueryVersion,
- XSELINUX_EXTENSION_NAME ":SELinuxQueryVersion");
- RegisterRequestName(extEntry->base, X_SELinuxSetSelectionManager,
- XSELINUX_EXTENSION_NAME ":SELinuxSetSelectionManager");
- RegisterRequestName(extEntry->base, X_SELinuxGetSelectionManager,
- XSELINUX_EXTENSION_NAME ":SELinuxGetSelectionManager");
- RegisterRequestName(extEntry->base, X_SELinuxSetDeviceContext,
- XSELINUX_EXTENSION_NAME ":SELinuxSetDeviceContext");
- RegisterRequestName(extEntry->base, X_SELinuxGetDeviceContext,
- XSELINUX_EXTENSION_NAME ":SELinuxGetDeviceContext");
- RegisterRequestName(extEntry->base, X_SELinuxSetPropertyCreateContext,
- XSELINUX_EXTENSION_NAME ":SELinuxSetPropertyCreateContext");
- RegisterRequestName(extEntry->base, X_SELinuxGetPropertyCreateContext,
- XSELINUX_EXTENSION_NAME ":SELinuxGetPropertyCreateContext");
- RegisterRequestName(extEntry->base, X_SELinuxGetPropertyContext,
- XSELINUX_EXTENSION_NAME ":SELinuxGetPropertyContext");
- RegisterRequestName(extEntry->base, X_SELinuxSetWindowCreateContext,
- XSELINUX_EXTENSION_NAME ":SELinuxSetWindowCreateContext");
- RegisterRequestName(extEntry->base, X_SELinuxGetWindowCreateContext,
- XSELINUX_EXTENSION_NAME ":SELinuxGetWindowCreateContext");
- RegisterRequestName(extEntry->base, X_SELinuxGetWindowContext,
- XSELINUX_EXTENSION_NAME ":SELinuxGetWindowContext");
}