owncloud.te 290 B

1234567891011121314151617
  1. policy_module(owncloud, 0.0.1)
  2. ########################################
  3. #
  4. # Declarations
  5. #
  6. attribute_role owncloud_roles;
  7. type owncloud_t;
  8. type owncloud_exec_t;
  9. init_system_domain(owncloud_t, owncloud_exec_t)
  10. optional_policy(`
  11. cron_system_entry(owncloud_t, owncloud_exec_t)
  12. ')