diff mbox series

[1/1] python/sepolicy: add missing % in network tab help text

Message ID 20180806202955.8638-1-nicolas.iooss@m4x.org (mailing list archive)
State Not Applicable
Headers show
Series [1/1] python/sepolicy: add missing % in network tab help text | expand

Commit Message

Nicolas Iooss Aug. 6, 2018, 8:29 p.m. UTC
Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
---
 python/sepolicy/sepolicy/help/ports_inbound.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Nicolas Iooss Aug. 15, 2018, 9:01 p.m. UTC | #1
On Mon, Aug 6, 2018 at 10:31 PM Nicolas Iooss <nicolas.iooss@m4x.org> wrote:
>
> Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
> ---
>  python/sepolicy/sepolicy/help/ports_inbound.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/python/sepolicy/sepolicy/help/ports_inbound.txt b/python/sepolicy/sepolicy/help/ports_inbound.txt
> index 1325abfeef1b..be16034462b2 100644
> --- a/python/sepolicy/sepolicy/help/ports_inbound.txt
> +++ b/python/sepolicy/sepolicy/help/ports_inbound.txt
> @@ -3,4 +3,4 @@ This screen shows the network ports that processes running with the '%(APP)s' ty
>
>  SELinux controls the network ports that a application is allowed to bind to based on SELinux Port types.
>
> -This screen allows you to modify the port number/port type definitions, which the '(APP)s' is currently allowed to bind.
> +This screen allows you to modify the port number/port type definitions, which the '%(APP)s' is currently allowed to bind.
> --
> 2.18.0

I applied this patch.

Nicolas
diff mbox series

Patch

diff --git a/python/sepolicy/sepolicy/help/ports_inbound.txt b/python/sepolicy/sepolicy/help/ports_inbound.txt
index 1325abfeef1b..be16034462b2 100644
--- a/python/sepolicy/sepolicy/help/ports_inbound.txt
+++ b/python/sepolicy/sepolicy/help/ports_inbound.txt
@@ -3,4 +3,4 @@  This screen shows the network ports that processes running with the '%(APP)s' ty
 
 SELinux controls the network ports that a application is allowed to bind to based on SELinux Port types.
 
-This screen allows you to modify the port number/port type definitions, which the '(APP)s' is currently allowed to bind.
+This screen allows you to modify the port number/port type definitions, which the '%(APP)s' is currently allowed to bind.