5c7290b1956453024fc14abba2385ea9e9bccf8cEvgeny Vereshchaginpolicy_module(systemd_test, 0.0.1)
5c7290b1956453024fc14abba2385ea9e9bccf8cEvgeny Vereshchaginattribute systemd_test_domain_type;
5c7290b1956453024fc14abba2385ea9e9bccf8cEvgeny Vereshchaginsystemd_test_base_template(systemd_test)
5c7290b1956453024fc14abba2385ea9e9bccf8cEvgeny Vereshchaginsystemd_test_base_template(systemd_test_status)
5c7290b1956453024fc14abba2385ea9e9bccf8cEvgeny Vereshchaginsystemd_test_base_template(systemd_test_start)
5c7290b1956453024fc14abba2385ea9e9bccf8cEvgeny Vereshchaginsystemd_test_base_template(systemd_test_stop)
5c7290b1956453024fc14abba2385ea9e9bccf8cEvgeny Vereshchaginsystemd_test_base_template(systemd_test_reload)
5c7290b1956453024fc14abba2385ea9e9bccf8cEvgeny Vereshchagin# systemd_test_domain_type
5c7290b1956453024fc14abba2385ea9e9bccf8cEvgeny Vereshchagin role system_r;
5c7290b1956453024fc14abba2385ea9e9bccf8cEvgeny Vereshchagin role unconfined_r;
5c7290b1956453024fc14abba2385ea9e9bccf8cEvgeny Vereshchagin type initrc_t;
5c7290b1956453024fc14abba2385ea9e9bccf8cEvgeny Vereshchagin type systemd_systemctl_exec_t;
5c7290b1956453024fc14abba2385ea9e9bccf8cEvgeny Vereshchagin type unconfined_service_t;
5c7290b1956453024fc14abba2385ea9e9bccf8cEvgeny Vereshchaginrole system_r types systemd_test_domain_type;
5c7290b1956453024fc14abba2385ea9e9bccf8cEvgeny Vereshchaginrole unconfined_r types systemd_test_domain_type;
5c7290b1956453024fc14abba2385ea9e9bccf8cEvgeny Vereshchaginallow systemd_test_domain_type bin_t: file entrypoint;
5c7290b1956453024fc14abba2385ea9e9bccf8cEvgeny Vereshchaginallow systemd_test_domain_type systemd_systemctl_exec_t: file entrypoint;
5c7290b1956453024fc14abba2385ea9e9bccf8cEvgeny Vereshchaginallow initrc_t systemd_test_domain_type: process transition;
5c7290b1956453024fc14abba2385ea9e9bccf8cEvgeny Vereshchaginallow unconfined_service_t systemd_test_domain_type: process transition;
5c7290b1956453024fc14abba2385ea9e9bccf8cEvgeny Vereshchagincorecmd_exec_bin(systemd_test_domain_type)
5c7290b1956453024fc14abba2385ea9e9bccf8cEvgeny Vereshchagininit_signal_script(systemd_test_domain_type)
5c7290b1956453024fc14abba2385ea9e9bccf8cEvgeny Vereshchagininit_sigchld_script(systemd_test_domain_type)
5c7290b1956453024fc14abba2385ea9e9bccf8cEvgeny Vereshchaginsystemd_exec_systemctl(systemd_test_domain_type)
5c7290b1956453024fc14abba2385ea9e9bccf8cEvgeny Vereshchaginuserdom_use_user_ttys(systemd_test_domain_type)
5c7290b1956453024fc14abba2385ea9e9bccf8cEvgeny Vereshchaginuserdom_use_user_ptys(systemd_test_domain_type)
5c7290b1956453024fc14abba2385ea9e9bccf8cEvgeny Vereshchaginoptional_policy(`
5c7290b1956453024fc14abba2385ea9e9bccf8cEvgeny Vereshchagin dbus_system_bus_client(systemd_test_domain_type)
5c7290b1956453024fc14abba2385ea9e9bccf8cEvgeny Vereshchagin init_dbus_chat(systemd_test_domain_type)
5c7290b1956453024fc14abba2385ea9e9bccf8cEvgeny Vereshchagin# systemd_test_*_t
5c7290b1956453024fc14abba2385ea9e9bccf8cEvgeny Vereshchagin type systemd_unit_file_t;
5c7290b1956453024fc14abba2385ea9e9bccf8cEvgeny Vereshchaginallow systemd_test_status_t systemd_unit_file_t: service { status };
5c7290b1956453024fc14abba2385ea9e9bccf8cEvgeny Vereshchaginallow systemd_test_start_t systemd_unit_file_t: service { start };
5c7290b1956453024fc14abba2385ea9e9bccf8cEvgeny Vereshchaginallow systemd_test_stop_t systemd_unit_file_t: service { stop };
5c7290b1956453024fc14abba2385ea9e9bccf8cEvgeny Vereshchaginallow systemd_test_reload_t systemd_unit_file_t: service { reload };