Description: FHS path fix for SecurityPolicy file This patch is needed on Debian only, not reporting this path change to upstream. . Originally contributed by Marcelo Boveto Shima . Forwarded: not-needed Author: Mike Gabriel Last-Update: 2012-01-12 --- a/nx-X11/programs/Xserver/Xext/security.c +++ b/nx-X11/programs/Xserver/Xext/security.c @@ -84,7 +84,7 @@ #ifdef NXAGENT_SERVER -#define NX_ALTERNATIVEPOLICYFILE "/usr/local/share/nx/SecurityPolicy" +#define NX_ALTERNATIVEPOLICYFILE "/usr/share/nx/SecurityPolicy" #endif