## Read files into page cache for improved performance.
########################################
##
## Execute a domain transition
## to run readahead.
##
##
##
## Domain allowed to transition.
##
##
#
interface(`readahead_domtrans',`
gen_require(`
type readahead_t, readahead_exec_t;
')
corecmd_search_bin($1)
domtrans_pattern($1, readahead_exec_t, readahead_t)
')