## Concurrent versions system
########################################
##
## Read the CVS data and metadata.
##
##
##
## Domain allowed access.
##
##
#
interface(`cvs_read_data',`
gen_require(`
type cvs_data_t;
')
allow $1 cvs_data_t:file { getattr read };
')
########################################
##
## Allow the specified domain to execute cvs
## in the caller domain.
##
##
##
## Domain allowed access.
##
##
#
interface(`cvs_exec',`
gen_require(`
type cvs_exec_t;
')
can_exec($1,cvs_exec_t)
')