Message ID | 153858195445.31764.1907601375378542109.stgit@sifl (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | selinux-testsuite: update the dependencies in README.md | expand |
On 10/03/2018 11:52 AM, Paul Moore wrote: > The overlayfs tests require setfattr and getfattr which are part of > the attr package in Fedora. > > Signed-off-by: Paul Moore <paul@paul-moore.com> Acked-by: Stephen Smalley <sds@tycho.nsa.gov> > --- > README.md | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/README.md b/README.md > index 2c871d3..cf90ef6 100644 > --- a/README.md > +++ b/README.md > @@ -50,6 +50,7 @@ similar dependencies): > * netlabel\_tools _(to load NetLabel configuration during `inet_socket` tests)_ > * iptables _(to load the `iptables SECMARK` rules during `inet_socket` tests)_ > * lksctp-tools-devel _(to build the SCTP test programs)_ > +* attr _(tools used by the overlayfs tests)_ > > On a modern Fedora system you can install these dependencies with the > following command: > @@ -63,7 +64,8 @@ following command: > net-tools \ > netlabel_tools \ > iptables \ > - lksctp-tools-devel > + lksctp-tools-devel \ > + attr > > The testsuite requires a pre-existing base policy configuration of SELinux, > using either the old example policy or the reference policy as the baseline. > > _______________________________________________ > Selinux mailing list > Selinux@tycho.nsa.gov > To unsubscribe, send email to Selinux-leave@tycho.nsa.gov. > To get help, send an email containing "help" to Selinux-request@tycho.nsa.gov. >
diff --git a/README.md b/README.md index 2c871d3..cf90ef6 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ similar dependencies): * netlabel\_tools _(to load NetLabel configuration during `inet_socket` tests)_ * iptables _(to load the `iptables SECMARK` rules during `inet_socket` tests)_ * lksctp-tools-devel _(to build the SCTP test programs)_ +* attr _(tools used by the overlayfs tests)_ On a modern Fedora system you can install these dependencies with the following command: @@ -63,7 +64,8 @@ following command: net-tools \ netlabel_tools \ iptables \ - lksctp-tools-devel + lksctp-tools-devel \ + attr The testsuite requires a pre-existing base policy configuration of SELinux, using either the old example policy or the reference policy as the baseline.
The overlayfs tests require setfattr and getfattr which are part of the attr package in Fedora. Signed-off-by: Paul Moore <paul@paul-moore.com> --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)