From edef76dc6a8d8e549440964af9bd1fc1e0dc519f Mon Sep 17 00:00:00 2001 From: Michael Halcrow Date: Oct 07 2008 23:05:54 +0000 Subject: Version 59-1 --- diff --git a/ecryptfs-utils.spec b/ecryptfs-utils.spec index cef1451..241fa88 100644 --- a/ecryptfs-utils.spec +++ b/ecryptfs-utils.spec @@ -1,6 +1,6 @@ Name: ecryptfs-utils Version: 59 -Release: 0%{?dist} +Release: 1%{?dist} Summary: The eCryptfs mount helper and support libraries Group: System Environment/Base License: GPLv2+ @@ -97,17 +97,20 @@ rm -rf $RPM_BUILD_ROOT %{_docdir}/%{name}/ecryptfs-faq.html %{_docdir}/%{name}/ecryptfs-pam-doc.txt +%attr(4755,root,root) /sbin/mount.ecryptfs +%attr(4755,root,root) /sbin/mount.ecryptfs_private +%attr(4755,root,root) /sbin/umount.ecryptfs_private + %files devel %defattr(-,root,root,-) %{_libdir}/libecryptfs.so %{_libdir}/pkgconfig/libecryptfs.pc %{_includedir}/ecryptfs.h -%attr(4755,root,root) /sbin/mount.ecryptfs -%attr(4755,root,root) /sbin/mount.ecryptfs_private -%attr(4755,root,root) /sbin/umount.ecryptfs_private - %changelog +* Tue Oct 07 2008 Mike Halcrow 59-1 +- Put attr declaration in the right spot + * Tue Oct 07 2008 Mike Halcrow 59-0 - Make /sbin/*ecryptfs* files setuid - Add /sbin path to ecryptfs-setup-private