Fix typobug in mandb interface file

This commit is contained in:
Lukas Vrabec 2017-09-12 09:24:40 +02:00
parent 4dfc5f64ab
commit 63dd04bba8

View File

@ -49570,7 +49570,7 @@ index 8ae78b5bf..b365cddec 100644
+ +
+/root/.manpath -- gen_context(system_u:object_r:mandb_home_t,s0) +/root/.manpath -- gen_context(system_u:object_r:mandb_home_t,s0)
diff --git a/mandb.if b/mandb.if diff --git a/mandb.if b/mandb.if
index 327f3f726..36d4af101 100644 index 327f3f726..d6ae4eab6 100644
--- a/mandb.if --- a/mandb.if
+++ b/mandb.if +++ b/mandb.if
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
@ -49661,7 +49661,7 @@ index 327f3f726..36d4af101 100644
+ type mandb_cache_t; + type mandb_cache_t;
+ ') + ')
+ +
+ allow $1, mandb_cache_t:file map; + allow $1 mandb_cache_t:file map;
') ')
######################################## ########################################