Re: [apparmor] [RESEND PATCH] apparmor: Use str_yes_no() helper function

2025-01-24 Thread John Johansen
On 1/14/25 02:15, Thorsten Blum wrote: On 20. Dec 2024, at 21:19, John Johansen wrote: On 12/20/24 11:22, Thorsten Blum wrote: Remove hard-coded strings by using the str_yes_no() helper function. Fix a typo in a comment: s/unpritable/unprintable/ Signed-off-by: Thorsten Blum Hey Thorsten, s

Re: [apparmor] [RESEND PATCH] apparmor: Use str_yes_no() helper function

2025-01-14 Thread Thorsten Blum
On 20. Dec 2024, at 21:19, John Johansen wrote: > On 12/20/24 11:22, Thorsten Blum wrote: >> Remove hard-coded strings by using the str_yes_no() helper function. >> Fix a typo in a comment: s/unpritable/unprintable/ >> Signed-off-by: Thorsten Blum > > Hey Thorsten, > > sorry for the delay on thi

Re: [apparmor] [RESEND PATCH] apparmor: Use str_yes_no() helper function

2024-12-20 Thread John Johansen
On 12/20/24 11:22, Thorsten Blum wrote: Remove hard-coded strings by using the str_yes_no() helper function. Fix a typo in a comment: s/unpritable/unprintable/ Signed-off-by: Thorsten Blum Hey Thorsten, sorry for the delay on this I am just really backlogged and will try to catch-up on the

[apparmor] [RESEND PATCH] apparmor: Use str_yes_no() helper function

2024-12-20 Thread Thorsten Blum
Remove hard-coded strings by using the str_yes_no() helper function. Fix a typo in a comment: s/unpritable/unprintable/ Signed-off-by: Thorsten Blum --- security/apparmor/apparmorfs.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/security/apparmor/apparmorfs.c b/se

[apparmor] [RESEND PATCH] apparmor: Use str_yes_no() helper function

2024-12-09 Thread Thorsten Blum
Remove hard-coded strings by using the str_yes_no() helper function. Fix a typo in a comment: s/unpritable/unprintable/ Signed-off-by: Thorsten Blum --- security/apparmor/apparmorfs.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/security/apparmor/apparmorfs.c b/se