You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In general SELinux policies tend to prevent daemons from modifying their own config files. I can see the appeal of putting the backup in /etc/cobbler, but perhaps another location would be more correct.
Steps to reproduce
Install cobbler
setenforce 0
systemctl start cobblerd
Expected behavior
No SELinux AVCs
Cobbler version
Cobbler 3.3.2
source: fed0a69, Sat Mar 12 09:53:49 2022 -0700
build time: Wed May 4 00:00:00 2022
Operating system
Fedora
Cobbler log
[Daemon] 2022-05-03T19:43:57 - INFO | running: ['/usr/sbin/selinuxenabled']
[Daemon] 2022-05-03T19:43:57 - INFO | received on stdout:
[Daemon] 2022-05-03T19:43:57 - DEBUG | received on stderr:
[Daemon] 2022-05-03T19:43:57 - INFO | Automigration NOT executed
[Daemon] 2022-05-03T19:43:57 - INFO | python3-hivex not found. If you need Automatic Windows Installation support, please install.
[Daemon] 2022-05-03T19:43:58 - INFO | 11 breeds and 131 OS versions read from the signature file
[Daemon] 2022-05-03T19:43:58 - DEBUG | API handle initialized
[Daemon] 2022-05-03T19:43:58 - DEBUG | XMLRPC running on 25151
[Daemon] 2022-05-03T19:43:58 - INFO | Cobbler startup completed in 1.6342766284942627 seconds
[Thread-4 (process_request_thread)] 2022-05-03T19:53:53 - INFO | REMOTE version; user(?)
The text was updated successfully, but these errors were encountered:
Describe the bug
When trying to write the settings backup file on Fedora/EL cobbler generates the following SELinux AVCs in permissive mode:
In general SELinux policies tend to prevent daemons from modifying their own config files. I can see the appeal of putting the backup in /etc/cobbler, but perhaps another location would be more correct.
Steps to reproduce
Expected behavior
No SELinux AVCs
Cobbler version
Operating system
Fedora
Cobbler log
The text was updated successfully, but these errors were encountered: