On Tue, Feb 11, 2020 at 10:57 AM Paul Moore <paul@xxxxxxxxxxxxxx> wrote: > > From: Paul Moore <paul@xxxxxxxxxxxxxx> > > The filesystem tests require the quota tools. > > Signed-off-by: Paul Moore <paul@xxxxxxxxxxxxxx> > --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) [NOTE: oops, if I don't send the mail from the top level git directory stacked-git doesn't create the diffstat properly, I fixed it above] > diff --git a/README.md b/README.md > index 64f80c8..27c9d56 100644 > --- a/README.md > +++ b/README.md > @@ -54,6 +54,7 @@ similar dependencies): > * libbpf-devel _(tools used by the bpf tests)_ > * keyutils-libs-devel _(tools used by the keys tests)_ > * kernel-devel _(used by the kernel module tests)_ > +* quota _(used by the filesystem tests)_ > > On a modern Fedora system you can install these dependencies with the > following command: > @@ -71,7 +72,8 @@ following command: > attr \ > libbpf-devel \ > keyutils-libs-devel \ > - kernel-devel > + kernel-devel \ > + quota > > The testsuite requires a pre-existing base policy configuration of SELinux, > using either the old example policy or the reference policy as the baseline. > -- paul moore www.paul-moore.com