allow global self:capability ~{ net_raw net_bind_service net_admin sys_boot sys_module sys_rawio sys_ptrace sys_chroot };global attribute is used in generated SELinux policy. global attribute is attached to every domain. So this means, every domain is allowed to use capability other than net_raw net_bind_service net_admin sys_boot etc. This means, simplified policy language does not support those access vectors.
In addition, you can write original SELinux's rules here. To write auditallow rule is a good idea. But allow rules must not be written here, because it can break the security of generated policy.