[Git][debian-proftpd-team/proftpd][master] Set the SE Linux context after creating a directory
Hilmar Preuße
gitlab at salsa.debian.org
Sat Feb 23 19:40:12 GMT 2019
Hilmar Preuße pushed to branch master at Debian ProFTPD Team / proftpd
Commits:
b4ccd918 by Hilmar Preuße at 2019-02-23T19:39:48Z
Set the SE Linux context after creating a directory
- - - - -
2 changed files:
- debian/changelog
- debian/proftpd-basic.proftpd.init
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+proftpd-dfsg (1.3.6-5) UNRELEASED; urgency=medium
+
+ * Set the SE Linux context after creating a directory.
+ (Closes: #923033)
+
+ -- Francesco Paolo Lovergine <frankie at debian.org> Sat, 23 Feb 2019 20:38:24 +0100
+
proftpd-dfsg (1.3.6-4) unstable; urgency=medium
[ Hilmar Preuße ]
=====================================
debian/proftpd-basic.proftpd.init
=====================================
@@ -68,6 +68,7 @@ fi
# /run could be on a tmpfs
[ ! -d /run/proftpd ] && mkdir /run/proftpd
+[ -x /sbin/restorecon ] && /sbin/restorecon /run/proftpd
inetd_check()
{
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/commit/b4ccd918db76cfaf596894c96ddc772fdb91bcb7
--
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/commit/b4ccd918db76cfaf596894c96ddc772fdb91bcb7
You're receiving this email because of your account on salsa.debian.org.
More information about the Pkg-proftpd-maintainers
mailing list