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

BUG: filesystem test noise due to quotas #83

Closed pcmoore closed 1 year ago

pcmoore commented 1 year ago

When running the test suite on recent Fedora Rawhide systems I see the following messages:

Running as user root with context unconfined_u:unconfined_r:unconfined_t

domain_trans/test ........... ok   
 ...
filesystem/ext4/test ........ 3/83 quotacheck: Your kernel probably supports 
  ext4 quota feature but you are using external quota files. Please switch 
  your filesystem to use ext4 quota feature as external quota files on ext4 
  are deprecated. You can enable the feature by unmounting the file system
  and running 'tune2fs -O quota <device>'.
 ...
WOnder93 commented 1 year ago

I'm already working on this.

pcmoore commented 1 year ago

Thanks!

WOnder93 commented 1 year ago

Patch posted: https://lore.kernel.org/selinux/20230110135513.56005-1-omosnace@redhat.com/

WOnder93 commented 1 year ago

Fixed with bbab270f66c3fc33b4fdc7cec8beb0003afbb4ee.