Can I use SELinux to add an extra layer of protection against 0-day VM escape exploits in KVM/QEMU?

My host is Fedora, and I want to add an extra layer of protection against 0day KVM/QEMU exploits that execute code on the host. For example there have been CVEs where if we run a specially crafted malicious windows executable on the window… Continue reading Can I use SELinux to add an extra layer of protection against 0-day VM escape exploits in KVM/QEMU?

I would like to audit a unbuntu server to get a list of all files executed and all files read by the kernel [migrated]

I want to be able to instrument and analyze at a prebuilt server and get a list of every file read.
I would also like to determine which of those files were read by the kernel to execute a program, load a library or just read by an applica… Continue reading I would like to audit a unbuntu server to get a list of all files executed and all files read by the kernel [migrated]

How to get the SELinux Type Enforcement (.te) file which contains all rules regarding certain type? [migrated]

I would like to change permissions of certain directories(with user_home_t type) to further disallow guest_t to perform some actions on them.
I thought to do so by creating new type (protected_t) and then not allowing guest_t the actions I… Continue reading How to get the SELinux Type Enforcement (.te) file which contains all rules regarding certain type? [migrated]