577b79db7e
- Rebase on upstream f56a72ac9e86 - sepolicy: fix sepolicy manpage -w - sandbox: add -R option to alternate XDG_RUNTIME_DIR - Remove dependency on the Python module distutils
29 lines
830 B
Diff
29 lines
830 B
Diff
From 5e9f9478cc6eeaa46e0e8172a458a49e49d4e258 Mon Sep 17 00:00:00 2001
|
|
From: Petr Lautrbach <plautrba@redhat.com>
|
|
Date: Wed, 9 Nov 2022 11:53:28 +0100
|
|
Subject: [PATCH] python: Fix typo in audit2allow.1 example
|
|
Content-type: text/plain
|
|
|
|
Signed-off-by: Petr Lautrbach <plautrba@redhat.com>
|
|
Acked-by: James Carter <jwcart2@gmail.com>
|
|
---
|
|
python/audit2allow/audit2allow.1 | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/python/audit2allow/audit2allow.1 b/python/audit2allow/audit2allow.1
|
|
index c61067b33688..04ec32398011 100644
|
|
--- a/python/audit2allow/audit2allow.1
|
|
+++ b/python/audit2allow/audit2allow.1
|
|
@@ -151,7 +151,7 @@ policy_module(local, 1.0)
|
|
gen_require(`
|
|
type myapp_t;
|
|
type etc_t;
|
|
- };
|
|
+\[aq])
|
|
|
|
files_read_etc_files(myapp_t)
|
|
<review local.te and customize as desired>
|
|
--
|
|
2.38.1
|
|
|