Hello community, here is the log from the commit of package permissions for openSUSE:Factory checked in at 2020-07-30 09:55:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/permissions (Old) and /work/SRC/openSUSE:Factory/.permissions.new.3592 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "permissions" Thu Jul 30 09:55:40 2020 rev:139 rq:822971 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/permissions/permissions.changes 2020-07-15 11:13:53.324935511 +0200 +++ /work/SRC/openSUSE:Factory/.permissions.new.3592/permissions.changes 2020-07-30 09:55:43.799066906 +0200 @@ -1,0 +2,9 @@ +Mon Jul 27 12:18:04 UTC 2020 - [email protected] + +- Update to version 20200727: + * etc/permissions: remove static /var/spool/* dirs + * etc/permissions: remove outdated entries + * etc/permissions: remove unnecessary static dirs and devices + * screen: remove now unused /var/run/uscreens + +------------------------------------------------------------------- Old: ---- permissions-20200710.tar.xz New: ---- permissions-20200727.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ permissions.spec ++++++ --- /var/tmp/diff_new_pack.rEoXNX/_old 2020-07-30 09:55:45.931067332 +0200 +++ /var/tmp/diff_new_pack.rEoXNX/_new 2020-07-30 09:55:45.935067333 +0200 @@ -16,7 +16,7 @@ # -%define VERSION_DATE 20200710 +%define VERSION_DATE 20200727 Name: permissions Version: %{VERSION_DATE}.%{suse_version} ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.rEoXNX/_old 2020-07-30 09:55:45.971067340 +0200 +++ /var/tmp/diff_new_pack.rEoXNX/_new 2020-07-30 09:55:45.971067340 +0200 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/permissions.git</param> - <param name="changesrevision">8c1d3398d1f446ac3f27b293ab9d69ad73aaea6d</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">9cbf693925f263969f510e34bf03ee64abb06245</param></service></servicedata> \ No newline at end of file ++++++ permissions-20200710.tar.xz -> permissions-20200727.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/permissions-20200710/etc/permissions new/permissions-20200727/etc/permissions --- old/permissions-20200710/etc/permissions 2020-07-10 11:44:15.000000000 +0200 +++ new/permissions-20200727/etc/permissions 2020-07-27 13:48:55.000000000 +0200 @@ -38,35 +38,17 @@ # root directories: # -/ root:root 755 -/root/ root:root 700 /tmp/ root:root 1777 /tmp/.X11-unix/ root:root 1777 /tmp/.ICE-unix/ root:root 1777 -/dev/ root:root 755 -/bin/ root:root 755 -/sbin/ root:root 755 -/lib/ root:root 755 -/etc/ root:root 755 -/home/ root:root 755 -/boot/ root:root 755 -/opt/ root:root 755 -/usr/ root:root 755 # # /var: # /var/tmp/ root:root 1777 -/var/log/ root:root 755 -/var/spool/ root:root 755 /var/spool/mqueue/ root:root 700 -/var/spool/news/ news:news 775 -/var/spool/voice/ root:root 755 /var/spool/mail/ root:root 1777 -/var/adm/ root:root 755 -/var/adm/backup/ root:root 700 -/var/cache/ root:root 755 /var/run/nscd/socket root:root 666 /run/nscd/socket root:root 666 @@ -81,24 +63,10 @@ /run/utmp root:utmp 664 # -# some device files -# - -/dev/zero root:root 666 -/dev/null root:root 666 -/dev/full root:root 666 -/dev/ip root:root 660 -/dev/initrd root:disk 660 -/dev/kmem root:kmem 640 - -# # /etc # -/etc/lilo.conf root:root 600 /etc/passwd root:root 644 /etc/shadow root:shadow 640 -/etc/init.d/ root:root 755 -/etc/hosts root:root 644 # Changing the hosts_access(5) files causes trouble with services # that do not run as root! /etc/hosts.allow root:root 644 @@ -121,17 +89,6 @@ /usr/lib/utempter/utempter root:utmp 2755 /usr/libexec/utempter/utempter root:utmp 2755 -# ensure correct permissions on ssh files to avoid sshd refusing -# logins (bnc#398250) -/etc/ssh/ssh_host_key root:root 600 -/etc/ssh/ssh_host_key.pub root:root 644 -/etc/ssh/ssh_host_dsa_key root:root 600 -/etc/ssh/ssh_host_dsa_key.pub root:root 644 -/etc/ssh/ssh_host_rsa_key root:root 600 -/etc/ssh/ssh_host_rsa_key.pub root:root 644 -/etc/ssh/ssh_config root:root 644 -/etc/ssh/sshd_config root:root 640 - # # legacy @@ -139,19 +96,6 @@ # still people do it (#429882) so root:root 755 is the consequence. /var/games/ root:root 0755 -# 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 - # # named chroot (#438045) # diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/permissions-20200710/profiles/permissions.easy new/permissions-20200727/profiles/permissions.easy --- old/permissions-20200710/profiles/permissions.easy 2020-07-10 11:44:15.000000000 +0200 +++ new/permissions-20200727/profiles/permissions.easy 2020-07-27 13:48:55.000000000 +0200 @@ -19,7 +19,6 @@ # # for screen's session sockets: -/var/run/uscreens/ root:root 1777 /run/uscreens/ root:root 1777 # diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/permissions-20200710/profiles/permissions.paranoid new/permissions-20200727/profiles/permissions.paranoid --- old/permissions-20200710/profiles/permissions.paranoid 2020-07-10 11:44:15.000000000 +0200 +++ new/permissions-20200727/profiles/permissions.paranoid 2020-07-27 13:48:55.000000000 +0200 @@ -35,7 +35,6 @@ # Directories # # for screen's session sockets: -/var/run/uscreens/ root:trusted 1775 /run/uscreens/ root:trusted 1775 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/permissions-20200710/profiles/permissions.secure new/permissions-20200727/profiles/permissions.secure --- old/permissions-20200710/profiles/permissions.secure 2020-07-10 11:44:15.000000000 +0200 +++ new/permissions-20200727/profiles/permissions.secure 2020-07-27 13:48:55.000000000 +0200 @@ -57,7 +57,6 @@ # Directories # # for screen's session sockets: -/var/run/uscreens/ root:root 1777 /run/uscreens/ root:root 1777 #
