aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/Xext/security.c
diff options
context:
space:
mode:
authorMarcelo Boveto Shima <marceloshima@gmail.com>2015-02-10 18:52:39 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-02-10 19:40:42 +0100
commit057999efabe7f1d857f6a94116bcafdeaa309fcf (patch)
tree63843292a52fa30c06314fb2e4861f97142da6c1 /nx-X11/programs/Xserver/Xext/security.c
parentceb70505c8c9796fe601b888d02cd98d62e47939 (diff)
downloadnx-libs-057999efabe7f1d857f6a94116bcafdeaa309fcf.tar.gz
nx-libs-057999efabe7f1d857f6a94116bcafdeaa309fcf.tar.bz2
nx-libs-057999efabe7f1d857f6a94116bcafdeaa309fcf.zip
FHS path fix for SecurityPolicy file (102_xserver-xext_set-securitypolicy-path.full.patch).
This patch is needed for Tarball installation mode of NX (redistributed) only, not reporting this path change to upstream.
Diffstat (limited to 'nx-X11/programs/Xserver/Xext/security.c')
-rw-r--r--nx-X11/programs/Xserver/Xext/security.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/programs/Xserver/Xext/security.c b/nx-X11/programs/Xserver/Xext/security.c
index 2139425b4..8e97a7e54 100644
--- a/nx-X11/programs/Xserver/Xext/security.c
+++ b/nx-X11/programs/Xserver/Xext/security.c
@@ -86,7 +86,7 @@ extern unsigned char LbxReqCode;
#ifdef NXAGENT_SERVER
-#define NX_ALTERNATIVEPOLICYFILE "/usr/lib/xserver/SecurityPolicy"
+#define NX_ALTERNATIVEPOLICYFILE "/usr/local/share/nx/SecurityPolicy"
#endif