Hello,
These patches address the problem of not processing LSM audit rules.
Problem was introduced in lsm stacking series.
These patches are for cschaufler/lsm-stacking repository branch stack-5.10-rc4-v23
Some UBUNTU distributions have also this problem.
Kind regards,
Dmitry Mastykin
@@ -689,14 +689,14 @@ static int audit_filter_rules(struct task_struct *tsk,/* Find files that match */if(name){result=security_audit_rule_match(-&blob,+&name->oblob,f->type,f->op,f->lsm_rules);}elseif(ctx){list_for_each_entry(n,&ctx->names_list,list){if(security_audit_rule_match(-&blob,+&n->oblob,f->type,f->op,f->lsm_rules)){
Just remove a typo: the same if() was duplicated.
Signed-off-by: Dmitry Mastykin <redacted>
---
security/security.c | 2 --
1 file changed, 2 deletions(-)
Hello,
These patches address the problem of not processing LSM audit rules.
Problem was introduced in lsm stacking series.
Thank you. I will incorporate these changes in v29.
These patches are for cschaufler/lsm-stacking repository branch stack-5.10-rc4-v23
Some UBUNTU distributions have also this problem.
Kind regards,
Dmitry Mastykin
Hello Casey,
> On 8/6/21 11:01 PM, Casey Schaufler wrote:
quoted
On 8/6/2021 12:02 AM, Dmitry Mastykin wrote:
Hello,
These patches address the problem of not processing LSM audit rules.
Problem was introduced in lsm stacking series.
Thank you. I will incorporate these changes in v29.
thank you for the v29.
I think the following fix is still required:
---
security/security.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
On 8/6/2021 12:02 AM, Dmitry Mastykin wrote:
Hello,
These patches address the problem of not processing LSM audit rules.
Problem was introduced in lsm stacking series.
Thank you. I will incorporate these changes in v29.
thank you for the v29.
I think the following fix is still required:
---
security/security.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)