Message ID | 158143665924.193851.6057679833915268046.stgit@chester (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | selinux-testsuite: add the quota package to the list of deps in README.md | expand |
On Tue, Feb 11, 2020 at 10:57 AM Paul Moore <paul@paul-moore.com> wrote: > > From: Paul Moore <paul@paul-moore.com> > > The filesystem tests require the quota tools. > > Signed-off-by: Paul Moore <paul@paul-moore.com> > --- 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. >
On 2/11/20 10:57 AM, Paul Moore wrote: > From: Paul Moore <paul@paul-moore.com> > > The filesystem tests require the quota tools. > > Signed-off-by: Paul Moore <paul@paul-moore.com> Acked-by: Stephen Smalley <sds@tycho.nsa.gov> > --- > 0 files changed > > 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. >
On Tue, Feb 11, 2020 at 3:29 PM Stephen Smalley <sds@tycho.nsa.gov> wrote: > On 2/11/20 10:57 AM, Paul Moore wrote: > > From: Paul Moore <paul@paul-moore.com> > > > > The filesystem tests require the quota tools. > > > > Signed-off-by: Paul Moore <paul@paul-moore.com> > > Acked-by: Stephen Smalley <sds@tycho.nsa.gov> A trivial fix, so I'm going to go ahead and merge this now.
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.