[tomoyo-users-en 359] Re: Policy namespace for TOMOYO 1.8.2/2.4

Back to archive index
Tetsuo Handa from-****@I-lov*****
Sun Jun 12 17:04:49 JST 2011


> Actually, I believe I have set up correctly:
Good catch. I was using old domain's namespace when checking
"acl_group" list. I need to use new domain's namespace.
I think below patch will fix it.

--- a/security/ccsecurity/domain.c	(revision 5107)
+++ b/security/ccsecurity/domain.c	(working copy)
@@ -163,7 +163,7 @@
 	}
 	if (!retried) {
 		retried = true;
-		list = &r->ns->acl_group[domain->group];
+		list = &domain->ns->acl_group[domain->group];
 		goto retry;
 	}
 	r->granted = false;




More information about the tomoyo-users-en mailing list
Back to archive index