Description of problem: On (at least) x86_64: # modprobe pktcdvd # ls -Zd /dev/pktcdvd/ system_u:object_r:device_t:s0 /dev/pktcdvd # ls -Z /dev/pktcdvd/* system_u:object_r:device_t:s0 /dev/pktcdvd/control # ls -Z /dev/pktcdvd/* system_u:object_r:device_t:s0 /dev/pktcdvd/control I can't reliably reproduce other files in that directory, but, from my testing, I've also seen /dev/pktcdvd/pktcdvd[0-9]+ usually pktcdvd0 and pktcdvd1, but sometimes it goes into higher numbers, so you might want to regexp it. Version-Release number of selected component (if applicable): RHEL-9.0.0-20220108.3 selinux-policy-34.1.20-1.el9.noarch
Note the driver was deprecated upstream: ommit 5a8b187c61e9cb1aa1e960fcbadb13beb9401e5e Author: Jens Axboe <axboe> Date: Mon Nov 21 09:33:17 2016 -0700 pktcdvd: mark as unmaintained and deprecated
Commit to backport: commit 494476b02826d822e912c2209b20158eebce348d Author: Zdenek Pytela <zpytela> Date: Fri Nov 25 14:28:06 2022 +0100 Label udf tools with fsadm_exec_t Note it also bring support for udf tools (see bz#1972230)