All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] landlock.7: ffix
@ 2023-02-01 22:42 Günther Noack
  2023-02-01 22:42 ` [PATCH 2/2] landlock.7: tfix Günther Noack
  0 siblings, 1 reply; 4+ messages in thread
From: Günther Noack @ 2023-02-01 22:42 UTC (permalink / raw)
  To: Michael Kerrisk
  Cc: Alejandro Colomar, Mickaël Salaün, linux-man,
	Günther Noack

Signed-off-by: Günther Noack <gnoack3000@gmail.com>
---
 man7/landlock.7 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/man7/landlock.7 b/man7/landlock.7
index 5c4ebb2ca..84e422f3c 100644
--- a/man7/landlock.7
+++ b/man7/landlock.7
@@ -196,7 +196,8 @@ to enable Landlock.
 If the command line parameter is not specified,
 the initialization falls back to the value of the deprecated
 .I security=
-command line parameter and further to the value of CONFIG_LSM.
+command line parameter and further to the value of
+.BR CONFIG_LSM .
 We can check that Landlock is enabled by looking for
 .I landlock: Up and running.
 in kernel logs.

base-commit: fd0e0d342de093001b034905acd5496069fed888
-- 
2.39.1


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

* [PATCH 2/2] landlock.7: tfix
  2023-02-01 22:42 [PATCH 1/2] landlock.7: ffix Günther Noack
@ 2023-02-01 22:42 ` Günther Noack
  2023-02-05 13:49   ` Alejandro Colomar
  0 siblings, 1 reply; 4+ messages in thread
From: Günther Noack @ 2023-02-01 22:42 UTC (permalink / raw)
  To: Michael Kerrisk
  Cc: Alejandro Colomar, Mickaël Salaün, linux-man,
	Günther Noack

Signed-off-by: Günther Noack <gnoack3000@gmail.com>
---
 man7/landlock.7 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man7/landlock.7 b/man7/landlock.7
index 84e422f3c..2b9c2f957 100644
--- a/man7/landlock.7
+++ b/man7/landlock.7
@@ -221,7 +221,7 @@ We first need to create the ruleset that will contain our rules.
 For this example,
 the ruleset will contain rules that only allow read actions,
 but write actions will be denied.
-The ruleset then needs to handle both of these kind of actions.
+The ruleset then needs to handle both of these kinds of actions.
 See below for the description of filesystem actions.
 .PP
 .in +4n
-- 
2.39.1


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

* Re: [PATCH 2/2] landlock.7: tfix
  2023-02-01 22:42 ` [PATCH 2/2] landlock.7: tfix Günther Noack
@ 2023-02-05 13:49   ` Alejandro Colomar
  2023-02-13 19:18     ` Mickaël Salaün
  0 siblings, 1 reply; 4+ messages in thread
From: Alejandro Colomar @ 2023-02-05 13:49 UTC (permalink / raw)
  To: Günther Noack, Michael Kerrisk; +Cc: Mickaël Salaün, linux-man


[-- Attachment #1.1: Type: text/plain, Size: 921 bytes --]

Hi Günther,

On 2/1/23 23:42, Günther Noack wrote:
> Signed-off-by: Günther Noack <gnoack3000@gmail.com>

Patch set applied.

Thanks,

Alex

> ---
>   man7/landlock.7 | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man7/landlock.7 b/man7/landlock.7
> index 84e422f3c..2b9c2f957 100644
> --- a/man7/landlock.7
> +++ b/man7/landlock.7
> @@ -221,7 +221,7 @@ We first need to create the ruleset that will contain our rules.
>   For this example,
>   the ruleset will contain rules that only allow read actions,
>   but write actions will be denied.
> -The ruleset then needs to handle both of these kind of actions.
> +The ruleset then needs to handle both of these kinds of actions.
>   See below for the description of filesystem actions.
>   .PP
>   .in +4n

-- 
<http://www.alejandro-colomar.es/>
GPG key fingerprint: A9348594CE31283A826FBDD8D57633D441E25BB5

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH 2/2] landlock.7: tfix
  2023-02-05 13:49   ` Alejandro Colomar
@ 2023-02-13 19:18     ` Mickaël Salaün
  0 siblings, 0 replies; 4+ messages in thread
From: Mickaël Salaün @ 2023-02-13 19:18 UTC (permalink / raw)
  To: Alejandro Colomar, Günther Noack, Michael Kerrisk; +Cc: linux-man

Thanks!

On 05/02/2023 14:49, Alejandro Colomar wrote:
> Hi Günther,
> 
> On 2/1/23 23:42, Günther Noack wrote:
>> Signed-off-by: Günther Noack <gnoack3000@gmail.com>
> 
> Patch set applied.
> 
> Thanks,
> 
> Alex
> 
>> ---
>>    man7/landlock.7 | 2 +-
>>    1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/man7/landlock.7 b/man7/landlock.7
>> index 84e422f3c..2b9c2f957 100644
>> --- a/man7/landlock.7
>> +++ b/man7/landlock.7
>> @@ -221,7 +221,7 @@ We first need to create the ruleset that will contain our rules.
>>    For this example,
>>    the ruleset will contain rules that only allow read actions,
>>    but write actions will be denied.
>> -The ruleset then needs to handle both of these kind of actions.
>> +The ruleset then needs to handle both of these kinds of actions.
>>    See below for the description of filesystem actions.
>>    .PP
>>    .in +4n
> 

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

end of thread, other threads:[~2023-02-13 19:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-01 22:42 [PATCH 1/2] landlock.7: ffix Günther Noack
2023-02-01 22:42 ` [PATCH 2/2] landlock.7: tfix Günther Noack
2023-02-05 13:49   ` Alejandro Colomar
2023-02-13 19:18     ` Mickaël Salaün

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.