From e369fc08906383e6d5c39832f31bb6600a33f887 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 11 Nov 2011 16:59:21 -0500 Subject: Set more strict permissions on keyring We want to confine access to the keyring to the current process and not let root easily peek into the keyring contents. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a423ace3..6f01cfbd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -402,6 +402,7 @@ sssd_SOURCES = \ sssd_LDADD = \ $(SSSD_LIBS) \ $(LIBNL_LIBS) \ + $(KEYUTILS_LIBS) \ libsss_util.la sssd_nss_SOURCES = \ -- cgit