change permissions on /var/lock from 775 root:lock to 755 root:root
(#581884)
This commit is contained in:
parent
6996114ea7
commit
28c836efc6
@ -1,6 +1,6 @@
|
|||||||
Summary: The basic directory layout for a Linux system
|
Summary: The basic directory layout for a Linux system
|
||||||
Name: filesystem
|
Name: filesystem
|
||||||
Version: 2.4.34
|
Version: 2.4.35
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
URL: https://fedorahosted.org/filesystem
|
URL: https://fedorahosted.org/filesystem
|
||||||
@ -171,7 +171,7 @@ rm -rf %{buildroot}
|
|||||||
/var/games
|
/var/games
|
||||||
/var/lib
|
/var/lib
|
||||||
/var/local
|
/var/local
|
||||||
%dir %attr(0775,root,lock) /var/lock
|
%dir %attr(0755,root,root) /var/lock
|
||||||
%attr(755,root,root) /var/lock/subsys
|
%attr(755,root,root) /var/lock/subsys
|
||||||
/var/cache
|
/var/cache
|
||||||
/var/empty
|
/var/empty
|
||||||
@ -188,6 +188,10 @@ rm -rf %{buildroot}
|
|||||||
/var/yp
|
/var/yp
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Apr 08 2010 Ondrej Vasik <ovasik@redhat.com> 2.4.34-1
|
||||||
- drop ownership for /mnt/{floppy,cdrom} subdirs(#173854)
|
- drop ownership for /mnt/{floppy,cdrom} subdirs(#173854)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user