Bug 138762
| Summary: | SELinux FAQ - how to install strict policy by default using kickstart | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Fedora Documentation | Reporter: | Karsten Wade <kwade> | ||||
| Component: | selinux-faq | Assignee: | Karsten Wade <kwade> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Tammy Fox <tammy.c.fox> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | devel | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| URL: | http://people.redhat.com/kwade/fedora-docs/selinux-faq-en/ | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2004-12-31 18:42:20 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 118757 | ||||||
| Attachments: |
|
||||||
|
Description
Karsten Wade
2004-11-11 00:48:21 UTC
Created attachment 106460 [details]
describes how to use kickstart to install strict policy by default, change to how to switch current policy procedure.
Included in 1.3-5.
# new text for FAQ
Q: How can I install the strict policy by default with kickstart?
A: 1. Under the %packages section, add selinux-policy-strict.
2. Under the %post section, add the following:
lokkit -q --selinuxtype=strict
touch /.autorelabel
|