mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-06 01:51:14 +01:00
Create a dummy SELinux file_contexts file to mitigate the warning. We do not rely on libselinux for labeling, so empty file suffices. Signed-off-by: Dmitry Sharshakov <dmitry.sharshakov@siderolabs.com>
10 lines
574 B
Plaintext
10 lines
574 B
Plaintext
SUBSYSTEM=="rtc",SECLABEL{selinux}="system_u:object_r:rtc_device_t:s0"
|
|
SUBSYSTEM=="mtd",SECLABEL{selinux}="system_u:object_r:mtd_device_t:s0"
|
|
SUBSYSTEM=="tpm",SECLABEL{selinux}="system_u:object_r:tpm_device_t:s0"
|
|
SUBSYSTEM=="tpmrm",SECLABEL{selinux}="system_u:object_r:tpm_device_t:s0"
|
|
|
|
KERNEL=="watchdog",SECLABEL{selinux}="system_u:object_r:wdt_device_t:s0"
|
|
KERNEL=="watchdog*",SECLABEL{selinux}="system_u:object_r:wdt_device_t:s0"
|
|
KERNEL=="null",SECLABEL{selinux}="system_u:object_r:null_device_t:s0"
|
|
KERNEL=="zero",SECLABEL{selinux}="system_u:object_r:null_device_t:s0"
|