From 701da42bfcf0b5875b32f535620d441eb623c4e4 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 4 Feb 2020 05:19:00 -0500 Subject: [PATCH] import policycoreutils-2.9-3.el8_1.1 --- SOURCES/selinux-autorelabel.service | 2 +- SPECS/policycoreutils.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/SOURCES/selinux-autorelabel.service b/SOURCES/selinux-autorelabel.service index b8461e6..9a0ea3b 100644 --- a/SOURCES/selinux-autorelabel.service +++ b/SOURCES/selinux-autorelabel.service @@ -11,4 +11,4 @@ ExecStart=/usr/libexec/selinux/selinux-autorelabel Type=oneshot TimeoutSec=0 RemainAfterExit=yes -StandardInput=tty +StandardOutput=journal+console diff --git a/SPECS/policycoreutils.spec b/SPECS/policycoreutils.spec index 5e19e89..efbd06c 100644 --- a/SPECS/policycoreutils.spec +++ b/SPECS/policycoreutils.spec @@ -12,7 +12,7 @@ Summary: SELinux policy core utilities Name: policycoreutils Version: 2.9 -Release: 3%{?dist} +Release: 3%{?dist}.1 License: GPLv2 # https://github.com/SELinuxProject/selinux/wiki/Releases Source0: https://github.com/SELinuxProject/selinux/releases/download/20190315/policycoreutils-2.9.tar.gz @@ -499,6 +499,9 @@ The policycoreutils-restorecond package contains the restorecond service. %systemd_postun_with_restart restorecond.service %changelog +* Fri Nov 29 2019 Petr Lautrbach - 2.9-3.1 +- Configure autorelabel service to output to journal and to console if set (#1766578) + * Thu Aug 22 2019 Vit Mojzis - 2.9-3 - fixfiles: Fix unbound variable problem (#1743213)