Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 1cd8af43b7ab382cf93eb5e1222833bb > files > 16

xpilot-ng-4.7.2-19.fc13.src.rpm

## <summary>policy for xpilot-ng</summary>

########################################
## <summary>
##	Execute a domain transition to run xpilot-ng-server.
## </summary>
## <param name="domain">
## <summary>
##	Domain allowed to transition.
## </summary>
## </param>
#
interface(`xpilotd_domtrans',`
	gen_require(`
		type xpilotd_t, xpilotd_exec_t;
	')

	domain_auto_trans($1,xpilotd_exec_t,xpilotd_t)

	allow $1 xpilotd_t:fd use;
	allow xpilotd_t $1:fd use;
	allow xpilotd_t $1:fifo_file rw_file_perms;
	allow xpilotd_t $1:process sigchld;
')