diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-08-15 14:14:25 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2007-08-15 14:14:25 -0400 |
commit | 3c9553ac2cac7f3a41966def44a50d722d7e645b (patch) | |
tree | 7c0e73e257fadf3cd512b109cfa06262eb8cbc55 /Xext/xace.h | |
parent | dc84bb3418933297a8c005070902d9a91ed3d18f (diff) |
xace: rename hostlist security hook to "server" as this hook will be used
for other types of server access besides just the host list.
Diffstat (limited to 'Xext/xace.h')
-rw-r--r-- | Xext/xace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xext/xace.h b/Xext/xace.h index e2982cfe2..f7ff205cc 100644 --- a/Xext/xace.h +++ b/Xext/xace.h @@ -49,7 +49,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define XACE_MAP_ACCESS 6 #define XACE_BACKGRND_ACCESS 7 #define XACE_EXT_ACCESS 8 -#define XACE_HOSTLIST_ACCESS 9 +#define XACE_SERVER_ACCESS 9 #define XACE_SELECTION_ACCESS 10 #define XACE_SCREEN_ACCESS 11 #define XACE_SCREENSAVER_ACCESS 12 |