git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a852d3
)
TOMOYO: Fix wrong domainname validation.
author
Tetsuo Handa
<penguin-kernel@I-love.SAKURA.ne.jp>
Wed, 11 May 2011 21:40:51 +0000
(06:40 +0900)
committer
James Morris
<jmorris@namei.org>
Thu, 12 May 2011 01:07:21 +0000
(11:07 +1000)
In tomoyo_correct_domain() since 2.6.36, TOMOYO was by error validating
"<kernel>" + "/foo/\" + "/bar" when "<kernel> /foo/\* /bar" was given.
As a result, legal domainnames like "<kernel> /foo/\* /bar" are rejected.
Reported-by: Hayama Yossihiro <yossi@yedo.src.co.jp>
Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: James Morris <jmorris@namei.org>
No differences found