1
0
Fork 0
mirror of synced 2024-05-07 22:14:13 +12:00

Fix typo in semanage command

This commit is contained in:
Murilo Opsfelder Araujo 2015-09-24 23:02:50 -03:00
parent 0720d94443
commit 56a7d0f9a6

View file

@ -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 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: 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, 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 which you can then use in conjunction with `audit2allow` to write a local