## Red Hat utility to change /etc/fstab.
########################################
##
## Execute updfstab in the updfstab domain.
##
##
##
## The type of the process performing this action.
##
##
#
interface(`updfstab_domtrans',`
gen_require(`
type updfstab_t, updfstab_exec_t;
')
files_search_usr($1)
corecmd_search_bin($1)
domtrans_pattern($1, updfstab_exec_t, updfstab_t)
')