diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-04-21 02:05:59 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-04-21 02:05:59 +0000 |
commit | 9885131c3e220b351fa05ff9fdee265b7f83549e (patch) | |
tree | ceac5f756ed489cca5bd54351eaca40562c272ba /configure.in.in | |
parent | f6a9a3e7a1e71d41ab945b55b928a04850e4a6fd (diff) | |
download | tdebase-9885131c3e220b351fa05ff9fdee265b7f83549e.tar.gz tdebase-9885131c3e220b351fa05ff9fdee265b7f83549e.zip |
Part 2 of 2 of security patch for KDM [CVE-2010-0436]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1117056 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'configure.in.in')
-rw-r--r-- | configure.in.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in.in b/configure.in.in index 14401a5e7..5531ccbe4 100644 --- a/configure.in.in +++ b/configure.in.in @@ -266,6 +266,8 @@ if test -n "$LIBART_CONFIG"; then fi fi +dnl See if the underlying system honors socket permissions for system security purposes +KDE_CHECK_HONORS_SOCKET_PERMS AC_SUBST(LIBART_LIBS) AC_SUBST(LIBART_CFLAGS) |