diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-04-04 16:32:45 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-04-04 19:56:16 -0700 |
commit | 7131d5d0706f2b63caad13c815e893627872114c (patch) | |
tree | 0ed1b3dc01d0cbd032cb34590b137a74fda061e5 /configure.ac | |
parent | 70976d87f18d15c2ccc28eb7728e4822d3849e0d (diff) |
Use special path to sockets when running under Solaris Trusted Extensions
Solaris Trusted Extensions puts the endpoints for the X server's Unix
domain sockets in a special directory shared from the global zone to
each of the labeled zones, since each labeled zone has a separate /tmp.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Peter Harris <pharris@opentext.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 3551d4a..7e88481 100644 --- a/configure.ac +++ b/configure.ac @@ -106,6 +106,10 @@ AC_CHECK_MEMBER([struct sockaddr_un.sun_len], #include <sys/un.h> ]) +dnl check for support for Solaris Trusted Extensions +AC_CHECK_HEADERS([tsol/label.h]) +AC_CHECK_FUNCS([is_system_labeled]) + xcbincludedir='${includedir}/xcb' AC_SUBST(xcbincludedir) |