2005-10-07 21:45:04 +00:00
|
|
|
## <summary>Bluetooth tools and system services.</summary>
|
2005-10-24 21:25:02 +00:00
|
|
|
|
|
|
|
########################################
|
|
|
|
## <summary>
|
|
|
|
## Read bluetooth helper files.
|
|
|
|
## </summary>
|
|
|
|
## <param name="domain">
|
|
|
|
## Domain allowed access.
|
|
|
|
## </param>
|
|
|
|
#
|
|
|
|
interface(`bluetooth_read_helper_files',`
|
|
|
|
gen_require(`
|
|
|
|
type bluetooth_helper_t;
|
|
|
|
')
|
|
|
|
|
|
|
|
allow $1 bluetooth_helper_t:dir search;
|
|
|
|
allow $1 bluetooth_helper_t:file { read getattr };
|
|
|
|
')
|