Blob Blame History Raw
## <summary>Bluetooth tools and system services.</summary>

########################################
## <summary>
##	Read bluetooth helper files.
## </summary>
## <param name="domain">
##	Domain allowed access.
## </param>
#
interface(`bluetooth_dontaudit_read_helper_files',`
	gen_require(`
		type bluetooth_helper_t;
	')

	dontaudit $1 bluetooth_helper_t:dir search;
	dontaudit $1 bluetooth_helper_t:file { read getattr };
')