From 1754c247a444bf5b42711a1784a9b6ba69ce822c Mon Sep 17 00:00:00 2001 From: Chunmei Xu Date: Thu, 17 Mar 2022 17:53:43 +0800 Subject: [PATCH] remove module_checksum Signed-off-by: Chunmei Xu --- selinux-policy.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/selinux-policy.spec b/selinux-policy.spec index 53bbc55..fa79382 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -267,7 +267,6 @@ rm -f %{buildroot}%{_sharedstatedir}/selinux/%1/active/*.linked \ %ghost %{_sharedstatedir}/selinux/%1/active/seusers.linked \ %ghost %{_sharedstatedir}/selinux/%1/active/users_extra.linked \ %verify(not md5 size mtime) %{_sharedstatedir}/selinux/%1/active/file_contexts.homedirs \ -%verify(not md5 size mtime) %{_sharedstatedir}/selinux/%1/active/modules_checksum \ %nil %define relabel() \ -- Gitee