burp1.p.b: Set collectd SELinux domain permissive
Using the *md* plugin generates AVC denials like this:
type=AVC msg=audit(1681259123.636:338441): avc: denied { read } for pid=1438759 comm="collectd" name="md1" dev="devtmpfs" ino=646 scontext=system_u:system_r:collectd_t:s0 tcontext=system_u:object_r:fixed_disk_device_t:s0 tclass=blk_file permissive=0
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
collectd_plugins:
|
||||
md: true
|
||||
thermal: true
|
||||
|
||||
# collectd generates a bunch of AVC denials on Fedora 36. We'll mark
|
||||
# its domain permissive until the problems are identified and resolved
|
||||
# upstream.
|
||||
collectd_selinux_permissive: true
|
||||
|
||||
Reference in New Issue
Block a user