I know that SElinux booleans can be set via setsebool
like this:
setsebool -P virt_qemu_ga_read_nonsecurity_files 1
But I want to set this boolean virt_qemu_ga_read_nonsecurity_files
using custom SELinux policy.
Is it even possible? How can I do this?