Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 437462 - Typo in SELinux Handbook
Summary: Typo in SELinux Handbook
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Other documents (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Sven Vermeulen (RETIRED)
URL: http://www.gentoo.org/proj/en/hardene...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-07 00:30 UTC by Alex Brandt (RETIRED)
Modified: 2012-10-07 08:11 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Brandt (RETIRED) gentoo-dev 2012-10-07 00:30:24 UTC
Code listing 1.3 should read:

 make -f /usr/share/selinux/strict/include/Makefile testmod.pp

It currently reads:

 make -f /usr/share/selinux/struct/include/Makefile testmod.pp

In shorter words it needs a s/struct/strict/.

Reproducible: Always
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2012-10-07 08:11:34 UTC
Thanks, fixed