1234567891011121314151617 |
- policy_module(owncloud, 0.0.1)
- ########################################
- #
- # Declarations
- #
- attribute_role owncloud_roles;
- type owncloud_t;
- type owncloud_exec_t;
- init_system_domain(owncloud_t, owncloud_exec_t)
- optional_policy(`
- cron_system_entry(owncloud_t, owncloud_exec_t)
- ')
|