README.md: Mention SELinux

This commit is contained in:
Erik Inkinen 2023-07-02 15:19:23 +03:00 committed by GitHub
parent ec27ffb4aa
commit 64c329ca6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,8 @@ python3 setup.py build
sudo python3 setup.py install
```
If you have SELinux enabled, you may need to set it to permissive mode temporarily to prevent permission issues. SELinux is commonly used by RedHat-like distros (for example, RHEL, Fedora, and CentOS). You can set it to permissive run-time until next boot with `sudo setenforce 0`.
### macOS:
```bash
brew install libusb git