15 lines
494 B
Plaintext
15 lines
494 B
Plaintext
# DESC - Evolution
|
|
#
|
|
# Author: Ivan Gyurdiev <ivg2@cornell.edu>
|
|
#
|
|
|
|
# Type for executables
|
|
type evolution_exec_t, file_type, exec_type, sysadmfile;
|
|
type evolution_server_exec_t, file_type, exec_type, sysadmfile;
|
|
type evolution_webcal_exec_t, file_type, exec_type, sysadmfile;
|
|
type evolution_alarm_exec_t, file_type, exec_type, sysadmfile;
|
|
type evolution_exchange_exec_t, file_type, exec_type, sysadmfile;
|
|
|
|
# Everything else is in macros/evolution_macros.te
|
|
bool disable_evolution_trans false;
|