Lack of SELinux rules for systemd-nspawn

module nspawn 1.0;

require {
	type var_t;
	type systemd_machined_t;
	class dir { read write };
}

#============= systemd_machined_t ==============
allow systemd_machined_t var_t:dir { read write };

I have created a .TE file myself, I am not sure if it is comprehensive.
The lack of these rules will prevent some commands of machinectl from functioning properly.
Why are there no such rules?

Perhaps nobody reported to bugzilla. Or the SELinux maintainer have too many bug reports pending. Which I won’t blame that on the maintainer as this is rather complex configuration.