diff --git a/ecryptfs-utils-99-selinux.patch b/ecryptfs-utils-99-selinux.patch index 2c3bc19..07f945f 100644 --- a/ecryptfs-utils-99-selinux.patch +++ b/ecryptfs-utils-99-selinux.patch @@ -14,7 +14,7 @@ diff -up ecryptfs-utils-99/src/utils/ecryptfs-migrate-home.selinux ecryptfs-util info "Encrypted home has been set up, encrypting files now...this may take a while." # Show progress, but on stderr, in case the user wants to filter that out + semanage fcontext -a -e /home /home/.ecryptfs >/dev/null 2>&1 ||: -+ restorecon -R $HOME/.ecrypfs/$USER >/dev/null 2>&1 ||: ++ restorecon -R $HOME/.ecryptfs/$USER >/dev/null 2>&1 ||: rsync -aP "$orig/" "$USER_HOME/" 1>&2 umount "$USER_HOME/" echo diff --git a/ecryptfs-utils.spec b/ecryptfs-utils.spec index 58d8488..e903523 100644 --- a/ecryptfs-utils.spec +++ b/ecryptfs-utils.spec @@ -5,7 +5,7 @@ Name: ecryptfs-utils Version: 100 -Release: 3%{?dist} +Release: 4%{?dist} Summary: The eCryptfs mount helper and support libraries Group: System Environment/Base License: GPLv2+ @@ -262,6 +262,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/ecryptfs-utils/_libecryptfs.so %changelog +* Thu Oct 18 2012 Michal Hlavinka - 100-4 +- fix typo in restorecon path (#865839) + * Thu Sep 27 2012 Michal Hlavinka - 100-3 - do not crash in pam module when non-existent user name is used (#859766)