From 56a7d0f9a632eada0791d0ca4c747fdfcfe208ea Mon Sep 17 00:00:00 2001 From: Murilo Opsfelder Araujo Date: Thu, 24 Sep 2015 23:02:50 -0300 Subject: [PATCH] Fix typo in semanage command --- linux-workstation-security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-workstation-security.md b/linux-workstation-security.md index 8095a71..1882bd1 100644 --- a/linux-workstation-security.md +++ b/linux-workstation-security.md @@ -729,7 +729,7 @@ and then look for `scontext=` (source SELinux context) line, like so: This tells you that the domain being denied is `gpg_pinentry_t`, so if you want to troubleshoot the application, you should add it to permissive domains: - semange permissive -a gpg_pinentry_t + semanage permissive -a gpg_pinentry_t This will allow you to use the application and collect the rest of the AVCs, which you can then use in conjunction with `audit2allow` to write a local