Blame refpolicy/policy/modules/services/bluetooth.if
|
Chris PeBenito |
d4dca5 |
## <summary>Bluetooth tools and system services.</summary>
|
|
Don Miner |
9c4fcf |
|
|
Don Miner |
9c4fcf |
########################################
|
|
Don Miner |
9c4fcf |
## <summary>
|
|
Don Miner |
9c4fcf |
## Read bluetooth helper files.
|
|
Don Miner |
9c4fcf |
## </summary>
|
|
Don Miner |
9c4fcf |
## <param name="domain">
|
|
Don Miner |
9c4fcf |
## Domain allowed access.
|
|
Don Miner |
9c4fcf |
## </param>
|
|
Don Miner |
9c4fcf |
#
|
|
Don Miner |
d2c573 |
interface(`bluetooth_dontaudit_read_helper_files',`
|
|
Don Miner |
9c4fcf |
gen_require(`
|
|
Don Miner |
9c4fcf |
type bluetooth_helper_t;
|
|
Don Miner |
9c4fcf |
')
|
|
Don Miner |
9c4fcf |
|
|
Don Miner |
d2c573 |
dontaudit $1 bluetooth_helper_t:dir search;
|
|
Don Miner |
d2c573 |
dontaudit $1 bluetooth_helper_t:file { read getattr };
|
|
Don Miner |
9c4fcf |
')
|