Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add SELinux note in prerequisites #93

Closed
wants to merge 1 commit into from

Conversation

JamesPGriffith
Copy link

I'm not 100% certain why the prerequisites.md file appears fully 're-written'. I suspect it's related to line endings. It's always line endings...

* added myself as contributor
Copy link
Owner

@khuedoan khuedoan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can use precommit hook to fix the line endings automatically https://homelab.khuedoan.com/getting-started/install-pre-commit-hooks/

@khuedoan khuedoan changed the title doc'd SELinux conflict docs: add SELinux note in prerequisites Oct 27, 2022
Comment on lines +29 to +33
- Many linux distributions, such as Fedora, deploy with SELinux enabled and enforced. Configure this appropriately on your own or simply set to permissive (at least it'll be logging):
```
sed -i s/^SELINUX=.*$/SELINUX=permissive/ /etc/selinux/config
setenforce 0
```
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Many linux distributions, such as Fedora, deploy with SELinux enabled and enforced. Configure this appropriately on your own or simply set to permissive (at least it'll be logging):
```
sed -i s/^SELINUX=.*$/SELINUX=permissive/ /etc/selinux/config
setenforce 0
```
- Some Linux distributions, such as Fedora, deploy with SELinux enabled and enforced. Configure this appropriately on your own or simply [set it to permissive](https://docs.fedoraproject.org/en-US/quick-docs/changing-selinux-states-and-modes/#selinux-changing-to-permissive-mode).

We should link this to the official document instead, which contains more information and context.

zanehala added a commit to zanehala/homelab that referenced this pull request May 23, 2023
@khuedoan
Copy link
Owner

khuedoan commented Aug 5, 2023

Closing due to inactivity.

@khuedoan khuedoan closed this Aug 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make tools "error: getting status of shell.nix: Permission denied"
2 participants