SHA256
1
0
forked from pool/filesystem

Accepting request 501915 from home:kukuk:branches:Base:System

- Remove /etc/susehelp.d and subdirectories, susehelp is gone
- Remove /etc/tmpdirs.d, support was removed 2011 and migrated
  to tmpfiles.d
- Remove /var/adm/perl-modules (support was removed with 11.4)

- Get ride of the last non-root group. /run/lock is created by
  systemd, not filesystem, so remove it from here.

- Change ownership of /etc/ppp, group dialout has meanwhile another
  meaning and there are no setgid dialout binaries who could need
  that.

OBS-URL: https://build.opensuse.org/request/show/501915
OBS-URL: https://build.opensuse.org/package/show/Base:System/filesystem?expand=0&rev=147
This commit is contained in:
Marcus Meissner 2017-06-09 08:36:25 +00:00 committed by Git OBS Bridge
parent 8a4e16b12f
commit 971ae824a7
4 changed files with 22 additions and 10 deletions

View File

@ -21,8 +21,6 @@
0755 root root /etc/skel/.fonts
0700 root root /etc/skel/.config
0700 root root /etc/skel/.local
0755 root root /etc/susehelp.d
0755 root root /etc/susehelp.d/htdig
0755 root root /etc/sysconfig
0755 root root /etc/sysconfig/SuSEfirewall2.d
0755 root root /etc/sysconfig/SuSEfirewall2.d/services
@ -33,10 +31,9 @@
0755 root root /etc/sysconfig/network/scripts
0755 root root /etc/sysconfig/scripts
0755 root root /etc/sysctl.d
0755 root root /etc/tmpdirs.d
0755 root root /etc/tmpfiles.d
0755 root root /etc/opt
0750 root dialout /etc/ppp
0750 root root /etc/ppp
0755 root root /etc/ppp/ip-down.d
0755 root root /etc/ppp/ip-up.d
0755 root root /etc/xdg
@ -154,7 +151,6 @@
0755 root root /var/adm/backup/rpmdb
0755 root root /var/adm/backup/sysconfig
0755 root root /var/adm/fillup-templates
0755 root root /var/adm/perl-modules
0755 root root /var/cache
0755 root root /var/crash
0755 root root /var/lib

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu Jun 8 13:39:00 CEST 2017 - kukuk@suse.de
- Remove /etc/susehelp.d and subdirectories, susehelp is gone
- Remove /etc/tmpdirs.d, support was removed 2011 and migrated
to tmpfiles.d
- Remove /var/adm/perl-modules (support was removed with 11.4)
-------------------------------------------------------------------
Thu Jun 8 13:28:41 CEST 2017 - kukuk@suse.de
- Get ride of the last non-root group. /run/lock is created by
systemd, not filesystem, so remove it from here.
-------------------------------------------------------------------
Tue Jun 6 11:27:55 CEST 2017 - kukuk@suse.de
- Change ownership of /etc/ppp, group dialout has meanwhile another
meaning and there are no setgid dialout binaries who could need
that.
-------------------------------------------------------------------
Mon Apr 17 18:26:36 CEST 2017 - kukuk@suse.de

View File

@ -4,8 +4,4 @@
spool/mail /var/mail
# systemd
../run /var/run
../run/lock /var/lock
# modify
../../run/lock /var/spool/locks

View File

@ -1,3 +1,2 @@
1777 root root /tmp/.X11-unix
1777 root root /tmp/.ICE-unix
0775 root lock /run/lock