change permissions on /var/lock from 775 root:lock to 755 root:root

(#581884)
This commit is contained in:
Ondrej Vasik 2010-04-19 16:27:15 +00:00
parent 6996114ea7
commit 28c836efc6

View File

@ -1,6 +1,6 @@
Summary: The basic directory layout for a Linux system
Name: filesystem
Version: 2.4.34
Version: 2.4.35
Release: 1%{?dist}
License: Public Domain
URL: https://fedorahosted.org/filesystem
@ -171,7 +171,7 @@ rm -rf %{buildroot}
/var/games
/var/lib
/var/local
%dir %attr(0775,root,lock) /var/lock
%dir %attr(0755,root,root) /var/lock
%attr(755,root,root) /var/lock/subsys
/var/cache
/var/empty
@ -188,6 +188,10 @@ rm -rf %{buildroot}
/var/yp
%changelog
* Mon Apr 19 2010 Ondrej Vasik <ovasik@redhat.com> 2.4.35-1
- change permissions on /var/lock from 775 root:lock to
755 root:root (#581884)
* Thu Apr 08 2010 Ondrej Vasik <ovasik@redhat.com> 2.4.34-1
- drop ownership for /mnt/{floppy,cdrom} subdirs(#173854)