Bug#870777: casync: Please migrate to openssl1.1 in Buster

2017-08-04 Thread Sebastian Andrzej Siewior
Package: casync Version: 2-1 Severity: important Tags: sid buster User: pkg-openssl-de...@lists.alioth.debian.org Usertags: openssl-1.1-trans Please migrate to libssl-dev in the Buster cycle. Sebastian ___ Pkg-systemd-maintainers mailing list

Processed: forcibly merging 808887 870747

2017-08-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > forcemerge 808887 870747 Bug #808887 [init-system-helpers] update-rc.d: bails out on stop-only services Bug #870747 [init-system-helpers] update-rc.d: enabling a default-disabled service fails: "foo Default-Start contains no runlevels,

Processed (with 1 error): forcibly merging 808887 070747

2017-08-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > forcemerge 808887 070747 Bug #808887 [init-system-helpers] update-rc.d: bails out on stop-only services Failed to forcibly merge 808887: Unable to load bug 070747. > thanks Stopping processing here. Please contact me if you need assistance. --

Processed: affects 870747

2017-08-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > affects 870747 + sks Bug #870747 [init-system-helpers] update-rc.d: enabling a default-disabled service fails: "foo Default-Start contains no runlevels, aborting." Added indication that 870747 affects sks > thanks Stopping processing here.

Bug#870747: update-rc.d: enabling a default-disabled service fails: "foo Default-Start contains no runlevels, aborting."

2017-08-04 Thread Daniel Kahn Gillmor
Package: init-system-helpers Version: 1.49 Severity: normal Tags: patch i have a system service that is disabled by default. the local administrator is expected to do some not insignificant configuration (often using tools shipped in the package) before the service can be enabled. This service

Bug#870638: systemd: /var/log/btmp has inconsistent permissions

2017-08-04 Thread Mark Charter
At the moment systemd sets the permissions/ownership on /var/log/btmp to 0600 root:utmp (in /usr/lib/tmpfiles.d/var.conf). If all the programs that need to read or write /var/log/btmp are already running with root privileges, then 0600 seems OK, and ownership might as well be root:root. This

Bug#870704: warn if native systemd service files only wrap existing SysV/LSB init scripts

2017-08-04 Thread Michael Biebl
Package: lintian Version: 2.5.52 Severity: normal Looking at https://codesearch.debian.net/search?q=Exec.*%3D%2Fetc%2Finit.d%2F there are quite a few native systemd .service file which simply use the existing SysV init script via ExecStart/ExecStop/... We should actively discourage that. For

Bug#870638: systemd: /var/log/btmp has inconsistent permissions

2017-08-04 Thread Michael Biebl
Am 04.08.2017 um 11:27 schrieb Mark Charter: > Michael, > > Thanks for your reply. > > /var/log/btmp should not be world readable because a common cause of > login failures is to give password instead of username, which would > result in passwords being world readable. See Debian bug 341883: >

Bug#870638: systemd: /var/log/btmp has inconsistent permissions

2017-08-04 Thread Mark Charter
Michael, Thanks for your reply. /var/log/btmp should not be world readable because a common cause of login failures is to give password instead of username, which would result in passwords being world readable. See Debian bug 341883: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=341883

Bug#870697: Please provide systemd service file which doesn't require the SysV init script

2017-08-04 Thread Michael Biebl
Package: apparmor Version: 2.11.0-6+b2 Severity: normal Hi, currently apparmor.service is just a wrapper for the SysV init script: [Service] Type=oneshot RemainAfterExit=yes ExecStart=/etc/init.d/apparmor start ExecStop=/etc/init.d/apparmor stop ExecReload=/etc/init.d/apparmor reload Please

Processed: Re: Bug#870638: systemd: /var/log/btmp has inconsistent permissions

2017-08-04 Thread Debian Bug Tracking System
Processing control commands: > tags -1 + moreinfo Bug #870638 [systemd] systemd: /var/log/btmp has inconsistent permissions Added tag(s) moreinfo. -- 870638: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=870638 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems

Bug#870638: systemd: /var/log/btmp has inconsistent permissions

2017-08-04 Thread Michael Biebl
Control: tags -1 + moreinfo Am 03.08.2017 um 18:46 schrieb Mark Charter: > Package: systemd > Version: 232-25+deb9u1 > Severity: normal > > Dear Maintainer, > > When /var/log/btmp is created at installation (by > /var/lib/dpkg/info/base-files.postinst) its permissions are 0660 > (u=rw,g=rw,o=).