From 63dd04bba84ec5a444de183d28fb463d8bc64f9a Mon Sep 17 00:00:00 2001 From: Lukas Vrabec Date: Sep 12 2017 07:24:40 +0000 Subject: Fix typobug in mandb interface file --- diff --git a/policy-rawhide-contrib.patch b/policy-rawhide-contrib.patch index e8ea30d..49936dd 100644 --- a/policy-rawhide-contrib.patch +++ b/policy-rawhide-contrib.patch @@ -49570,7 +49570,7 @@ index 8ae78b5bf..b365cddec 100644 + +/root/.manpath -- gen_context(system_u:object_r:mandb_home_t,s0) diff --git a/mandb.if b/mandb.if -index 327f3f726..36d4af101 100644 +index 327f3f726..d6ae4eab6 100644 --- a/mandb.if +++ b/mandb.if @@ -1,14 +1,14 @@ @@ -49661,7 +49661,7 @@ index 327f3f726..36d4af101 100644 + type mandb_cache_t; + ') + -+ allow $1, mandb_cache_t:file map; ++ allow $1 mandb_cache_t:file map; ') ########################################