1
0
Fork 0
mirror of synced 2024-05-03 20:13:04 +12:00

Merge pull request #13 from mopsfelder/master

Fix typo in semanage command
This commit is contained in:
Konstantin Ryabitsev 2015-09-25 09:58:06 -04:00
commit 855099a721

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