SHA256
1
0
forked from pool/permissions
OBS User unknown 2008-10-23 08:11:15 +00:00 committed by Git OBS Bridge
parent 3154d63d70
commit 60bb9c5d85
3 changed files with 33 additions and 2 deletions

View File

@ -182,3 +182,23 @@
# No longer common. Set setuid bit yourself if you need it
# (#66191)
#/usr/bin/ziptool root:trusted 4750
#
# udev static devices (#438039)
#
/lib/udev/devices/net/tun root:root 0666
/lib/udev/devices/null root:root 0666
/lib/udev/devices/ptmx root:tty 0666
/lib/udev/devices/tty root:tty 0666
/lib/udev/devices/zero root:root 0666
#
# directory for system crash dumps (#438041)
#
/var/crash root:root 1777
#
# named chroot (#438045)
#
/var/lib/named/dev/null root:root 0666
/var/lib/named/dev/random root:root 0666

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Oct 23 09:23:59 CEST 2008 - lnussel@suse.de
- add udev device files (bnc#438039)
- add system crash dump directory (bnc#438041)
- add bind chroot devices (bnc#438045)
-------------------------------------------------------------------
Mon Oct 20 17:05:30 CEST 2008 - lnussel@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package permissions (Version 2008.10.22)
# spec file for package permissions (Version 2008.10.23)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -22,7 +22,7 @@ Name: permissions
License: GPL v2 or later
Group: Productivity/Security
AutoReqProv: on
Version: 2008.10.22
Version: 2008.10.23
Release: 1
Provides: aaa_base:/etc/permissions
Requires: /sbin/SuSEconfig
@ -91,6 +91,10 @@ install -m 644 %{SOURCE9} $RPM_BUILD_ROOT/etc
/var/adm/fillup-templates/sysconfig.security
%changelog
* Thu Oct 23 2008 lnussel@suse.de
- add udev device files (bnc#438039)
- add system crash dump directory (bnc#438041)
- add bind chroot devices (bnc#438045)
* Mon Oct 20 2008 lnussel@suse.de
- dbus-daemon-launch-helper neeeds to be setuid in level secure
(bnc#435776)