## Myapp example policy ## ##

## More descriptive text about myapp. The desc ## tag can also use p, ul, and ol ## html tags for formatting. ##

##

## This policy supports the following myapp features: ##

##

##
# ######################################## ## ## Execute a domain transition to run myapp. ## ## ## ## Domain allowed to transition. ## ## # interface(`myapp_domtrans',` gen_require(` type myapp_t, myapp_exec_t; ') domtrans_pattern($1,myapp_exec_t,myapp_t) ') ######################################## ## ## Read myapp log files. ## ## ## ## Domain allowed to read the log files. ## ## # interface(`myapp_read_log',` gen_require(` type myapp_log_t; ') logging_search_logs($1) allow $1 myapp_log_t:file read_file_perms; ')