From bf6cc10e167ee744fdf7012cf635ef6a37c50176 Mon Sep 17 00:00:00 2001 From: Dave Sugar Date: Tue, 4 May 2021 16:39:45 -0400 Subject: [PATCH] systemd.if minor fix I think this is interface not template no types are being defined. Signed-off-by: Dave Sugar --- policy/modules/system/systemd.if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/system/systemd.if b/policy/modules/system/systemd.if index 8462a1420..06e47f356 100644 --- a/policy/modules/system/systemd.if +++ b/policy/modules/system/systemd.if @@ -195,7 +195,7 @@ template(`systemd_role_template',` ## ## # -template(`systemd_user_daemon_domain',` +interface(`systemd_user_daemon_domain',` gen_require(` type $1_systemd_t; ')