From ff9bd742b760f77bc1930f0cfd4762766cc1f3f3 Mon Sep 17 00:00:00 2001
From: Chris PeBenito <Christopher.PeBenito@microsoft.com>
Date: Wed, 10 Apr 2019 10:17:20 -0400
Subject: [PATCH] systemd: Remove unnecessary names in systemd-update-done
 filetrans.

Signed-off-by: Chris PeBenito <Christopher.PeBenito@microsoft.com>
---
 policy/modules/system/systemd.te | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/policy/modules/system/systemd.te b/policy/modules/system/systemd.te
index 6a50dffe2..9241b1ac8 100644
--- a/policy/modules/system/systemd.te
+++ b/policy/modules/system/systemd.te
@@ -1126,8 +1126,8 @@ allow systemd_update_done_t self:process setfscreate;
 
 allow systemd_update_done_t systemd_update_run_t:file manage_file_perms;
 
-files_etc_filetrans(systemd_update_done_t, systemd_update_run_t, file, ".updated")
-files_var_filetrans(systemd_update_done_t, systemd_update_run_t, file, ".updated")
+files_etc_filetrans(systemd_update_done_t, systemd_update_run_t, file)
+files_var_filetrans(systemd_update_done_t, systemd_update_run_t, file)
 
 seutil_read_file_contexts(systemd_update_done_t)