41 lines
891 B
Plaintext
41 lines
891 B
Plaintext
## <summary>USB multiplexing daemon for communicating with Apple iPod Touch and iPhone.</summary>
|
|
|
|
########################################
|
|
## <summary>
|
|
## Execute a domain transition to run usbmuxd.
|
|
## </summary>
|
|
## <param name="domain">
|
|
## <summary>
|
|
## Domain allowed to transition.
|
|
## </summary>
|
|
## </param>
|
|
#
|
|
interface(`usbmuxd_domtrans',`
|
|
gen_require(`
|
|
type usbmuxd_t, usbmuxd_exec_t;
|
|
')
|
|
|
|
corecmd_search_bin($1)
|
|
domtrans_pattern($1, usbmuxd_exec_t, usbmuxd_t)
|
|
')
|
|
|
|
#####################################
|
|
## <summary>
|
|
## Connect to usbmuxd with a unix
|
|
## domain stream socket.
|
|
## </summary>
|
|
## <param name="domain">
|
|
## <summary>
|
|
## Domain allowed access.
|
|
## </summary>
|
|
## </param>
|
|
#
|
|
interface(`usbmuxd_stream_connect',`
|
|
gen_require(`
|
|
type usbmuxd_t, usbmuxd_runtime_t;
|
|
')
|
|
|
|
files_search_runtime($1)
|
|
stream_connect_pattern($1, usbmuxd_runtime_t, usbmuxd_runtime_t, usbmuxd_t)
|
|
')
|