Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 617074 - sys-process/vixie-cron fixed SELinux support
Summary: sys-process/vixie-cron fixed SELinux support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Cron Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-30 03:07 UTC by Jason Zaman
Modified: 2017-09-05 07:59 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
vixie-cron-4.1-selinux-2.patch (vixie-cron-4.1-selinux-2.patch,6.41 KB, patch)
2017-04-30 03:07 UTC, Jason Zaman
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Zaman gentoo-dev 2017-04-30 03:07:40 UTC
Created attachment 471338 [details, diff]
vixie-cron-4.1-selinux-2.patch

system_u has been removed from the login list (it never was a login name anyway)
so the selinux patch needed updating.

The patch is attached. The ebuild just needs to have the SELINUX_PATCH variable updated for the new filename, no other changes.
Comment 1 Larry the Git Cow gentoo-dev 2017-09-05 07:59:58 UTC
Bug has been closed via the following commit:
    https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eae4d53650cd34564254b53ab5238c275b4953a8

    commit eae4d53650cd34564254b53ab5238c275b4953a8
Author:     Jason Zaman <perfinion@gentoo.org>
AuthorDate: 2017-09-05 04:18:02 +0000
Commit:     Jason Zaman <perfinion@gentoo.org>
CommitDate: 2017-09-05 07:50:37 +0000

    sys-process/vixie-cron: Fix SELinux support
    
    system_u has been removed from the login list (it never was a login name
    anyway) so the selinux patch needs updating.
    
    Closes: https://bugs.gentoo.org/617074
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.1

 .../files/vixie-cron-4.1-selinux-2.patch           | 225 +++++++++++++++++++++
 sys-process/vixie-cron/vixie-cron-4.1-r15.ebuild   | 124 ++++++++++++
 2 files changed, 349 insertions(+)