[SELinux] Wildcard for object classes?
Hi,
I posted this to  linux.debian.security but didn't get any reply. Maybe 
someone can help me out here.
I just started looking into SELinux. I am wondering if there is a way to 
have wildcards in avc rules like:
	auditallow source_t target_t : * * ;
which audits all access from source_t to target_t.
Or do I have to add all classes objects to the rule like:
	auditallow source_t target_t : {appletalk_socket, association, 
	blk_file ... } * ;
Cheers,
Simon
Reply to: