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=0btop
parent
f16c2fae2f
commit
9921b2fd5e
|
@ -1,3 +1,8 @@
|
||||||
collectd_plugins:
|
collectd_plugins:
|
||||||
md: true
|
md: true
|
||||||
thermal: 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
|
||||||
|
|
Loading…
Reference in New Issue