Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 658832 - Several cgroups not mounted when SELinux is enabled with systemd
Summary: Several cgroups not mounted when SELinux is enabled with systemd
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-23 14:51 UTC by Takahiro HASHIMOTO
Modified: 2018-06-28 12:09 UTC (History)
1 user (show)

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


Attachments
fix cgroup mount when SELinux is enabled on systemd v238 (90_systemd238_mount_cgroup_selinux_relabel.patch,2.76 KB, patch)
2018-06-23 14:51 UTC, Takahiro HASHIMOTO
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Takahiro HASHIMOTO 2018-06-23 14:51:29 UTC
Created attachment 536968 [details, diff]
fix cgroup mount when SELinux is enabled on systemd v238

Please see this issue.

https://github.com/systemd/systemd/issues/7901

This is fixed on upstream of systemd (v239 or later) but it's better if this fix is backported to current v238 on Gentoo.

attached my local backport patch from this change.

https://github.com/systemd/systemd/pull/8595

kenya888