SELinuxProject / selinux-testsuite

This is the upstream SELinux testsuite which is designed as a basic set of regression tests for the SELinux kernel functionality.
GNU General Public License v2.0
54 stars 43 forks source link

RFE: add minimal test for cgroupfs label inheritance #48

Closed WOnder93 closed 5 years ago

WOnder93 commented 5 years ago

This patch adds a tiny test that checks that labels of newly created cgroupfs files/directories are correctly inherited from the parent.

Should start passing when the following issue is fixed: https://github.com/SELinuxProject/selinux-kernel/issues/39

Signed-off-by: Ondrej Mosnacek omosnace@redhat.com

pcmoore commented 5 years ago

Merged via e03c12c1eb51d16085742f4928c583ac9c4492bc, thanks.