All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sepolicy: fix a spelling mistake
@ 2022-12-16  4:16 kkz
  2022-12-16 14:12 ` Petr Lautrbach
  0 siblings, 1 reply; 6+ messages in thread
From: kkz @ 2022-12-16  4:16 UTC (permalink / raw)
  To: selinux

From: kkz <zhaoshuang@uniontech.com>

Signed-off-by: kkz <zhaoshuang@uniontech.com>
---
 python/sepolicy/sepolicy/templates/script.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/sepolicy/sepolicy/templates/script.py b/python/sepolicy/sepolicy/templates/script.py
index c79738b8..564a6b38 100644
--- a/python/sepolicy/sepolicy/templates/script.py
+++ b/python/sepolicy/sepolicy/templates/script.py
@@ -75,7 +75,7 @@ rpmbuild --define "_sourcedir ${pwd}" --define "_specdir ${pwd}" --define "_buil
 """
 
 manpage="""\
-# Generate a man page off the installed module
+# Generate a man page of the installed module
 sepolicy manpage -p . -d DOMAINTYPE_t
 """
 
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] sepolicy: fix a spelling mistake
  2022-12-16  4:16 [PATCH] sepolicy: fix a spelling mistake kkz
@ 2022-12-16 14:12 ` Petr Lautrbach
  0 siblings, 0 replies; 6+ messages in thread
From: Petr Lautrbach @ 2022-12-16 14:12 UTC (permalink / raw)
  To: kkz, selinux

kkz <izhaoshuang@163.com> writes:

> From: kkz <zhaoshuang@uniontech.com>
>
> Signed-off-by: kkz <zhaoshuang@uniontech.com>

Signed-off-by: needs to contain your real name - no pseudonyms or
anonymous contributions. Without this it doesn't serve its purpose, see

https://www.kernel.org/doc/html/latest/process/submitting-patches.html#developer-s-certificate-of-origin-1-1

> ---
>  python/sepolicy/sepolicy/templates/script.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/python/sepolicy/sepolicy/templates/script.py b/python/sepolicy/sepolicy/templates/script.py
> index c79738b8..564a6b38 100644
> --- a/python/sepolicy/sepolicy/templates/script.py
> +++ b/python/sepolicy/sepolicy/templates/script.py
> @@ -75,7 +75,7 @@ rpmbuild --define "_sourcedir ${pwd}" --define "_specdir ${pwd}" --define "_buil
>  """
>  
>  manpage="""\
> -# Generate a man page off the installed module
> +# Generate a man page of the installed module
>  sepolicy manpage -p . -d DOMAINTYPE_t
>  """
>  
> -- 
> 2.20.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] sepolicy: fix a spelling mistake
       [not found] <[PATCH] sepolicy: fix a spelling mistake>
@ 2022-12-16 15:27 ` zhaoshuang
  0 siblings, 0 replies; 6+ messages in thread
From: zhaoshuang @ 2022-12-16 15:27 UTC (permalink / raw)
  To: selinux

From: kkz <zhaoshuang@uniontech.com>

Signed-off-by: zhaoshuang <zhaoshuang@uniontech.com>
Signed-off-by: zhaoshuang <izhaoshuang@163.com>
---
 python/sepolicy/sepolicy/templates/script.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/sepolicy/sepolicy/templates/script.py b/python/sepolicy/sepolicy/templates/script.py
index c79738b8..564a6b38 100644
--- a/python/sepolicy/sepolicy/templates/script.py
+++ b/python/sepolicy/sepolicy/templates/script.py
@@ -75,7 +75,7 @@ rpmbuild --define "_sourcedir ${pwd}" --define "_specdir ${pwd}" --define "_buil
 """
 
 manpage="""\
-# Generate a man page off the installed module
+# Generate a man page of the installed module
 sepolicy manpage -p . -d DOMAINTYPE_t
 """
 
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] sepolicy: fix a spelling mistake
@ 2022-12-16 15:33 zhaoshuang
  2023-01-04 17:55 ` James Carter
  0 siblings, 1 reply; 6+ messages in thread
From: zhaoshuang @ 2022-12-16 15:33 UTC (permalink / raw)
  To: selinux

From: kkz <zhaoshuang@uniontech.com>

Signed-off-by: zhaoshuang <zhaoshuang@uniontech.com>
Signed-off-by: zhaoshuang <izhaoshuang@163.com>
---
 python/sepolicy/sepolicy/templates/script.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/sepolicy/sepolicy/templates/script.py b/python/sepolicy/sepolicy/templates/script.py
index c79738b8..564a6b38 100644
--- a/python/sepolicy/sepolicy/templates/script.py
+++ b/python/sepolicy/sepolicy/templates/script.py
@@ -75,7 +75,7 @@ rpmbuild --define "_sourcedir ${pwd}" --define "_specdir ${pwd}" --define "_buil
 """
 
 manpage="""\
-# Generate a man page off the installed module
+# Generate a man page of the installed module
 sepolicy manpage -p . -d DOMAINTYPE_t
 """
 
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] sepolicy: fix a spelling mistake
  2022-12-16 15:33 zhaoshuang
@ 2023-01-04 17:55 ` James Carter
  2023-01-11 15:52   ` James Carter
  0 siblings, 1 reply; 6+ messages in thread
From: James Carter @ 2023-01-04 17:55 UTC (permalink / raw)
  To: zhaoshuang; +Cc: selinux

On Fri, Dec 16, 2022 at 10:49 AM zhaoshuang <izhaoshuang@163.com> wrote:
>
> From: kkz <zhaoshuang@uniontech.com>
>
> Signed-off-by: zhaoshuang <zhaoshuang@uniontech.com>
> Signed-off-by: zhaoshuang <izhaoshuang@163.com>

Acked-by: James Carter <jwcart2@gmail.com>

> ---
>  python/sepolicy/sepolicy/templates/script.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/python/sepolicy/sepolicy/templates/script.py b/python/sepolicy/sepolicy/templates/script.py
> index c79738b8..564a6b38 100644
> --- a/python/sepolicy/sepolicy/templates/script.py
> +++ b/python/sepolicy/sepolicy/templates/script.py
> @@ -75,7 +75,7 @@ rpmbuild --define "_sourcedir ${pwd}" --define "_specdir ${pwd}" --define "_buil
>  """
>
>  manpage="""\
> -# Generate a man page off the installed module
> +# Generate a man page of the installed module
>  sepolicy manpage -p . -d DOMAINTYPE_t
>  """
>
> --
> 2.20.1
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] sepolicy: fix a spelling mistake
  2023-01-04 17:55 ` James Carter
@ 2023-01-11 15:52   ` James Carter
  0 siblings, 0 replies; 6+ messages in thread
From: James Carter @ 2023-01-11 15:52 UTC (permalink / raw)
  To: zhaoshuang; +Cc: selinux

On Wed, Jan 4, 2023 at 12:55 PM James Carter <jwcart2@gmail.com> wrote:
>
> On Fri, Dec 16, 2022 at 10:49 AM zhaoshuang <izhaoshuang@163.com> wrote:
> >
> > From: kkz <zhaoshuang@uniontech.com>
> >
> > Signed-off-by: zhaoshuang <zhaoshuang@uniontech.com>
> > Signed-off-by: zhaoshuang <izhaoshuang@163.com>
>
> Acked-by: James Carter <jwcart2@gmail.com>

Merged.
Thanks,
Jim

>
> > ---
> >  python/sepolicy/sepolicy/templates/script.py | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/python/sepolicy/sepolicy/templates/script.py b/python/sepolicy/sepolicy/templates/script.py
> > index c79738b8..564a6b38 100644
> > --- a/python/sepolicy/sepolicy/templates/script.py
> > +++ b/python/sepolicy/sepolicy/templates/script.py
> > @@ -75,7 +75,7 @@ rpmbuild --define "_sourcedir ${pwd}" --define "_specdir ${pwd}" --define "_buil
> >  """
> >
> >  manpage="""\
> > -# Generate a man page off the installed module
> > +# Generate a man page of the installed module
> >  sepolicy manpage -p . -d DOMAINTYPE_t
> >  """
> >
> > --
> > 2.20.1
> >

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-01-11 15:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-16  4:16 [PATCH] sepolicy: fix a spelling mistake kkz
2022-12-16 14:12 ` Petr Lautrbach
     [not found] <[PATCH] sepolicy: fix a spelling mistake>
2022-12-16 15:27 ` zhaoshuang
  -- strict thread matches above, loose matches on Subject: below --
2022-12-16 15:33 zhaoshuang
2023-01-04 17:55 ` James Carter
2023-01-11 15:52   ` James Carter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.