summaryrefslogtreecommitdiffstats
path: root/security/tomoyo/common.c
diff options
context:
space:
mode:
authorTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>2024-06-03 22:43:11 +0900
committerTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>2024-06-03 22:43:11 +0900
commitc6144a21169fe7d0d70f1a0dae6f6301e5918d30 (patch)
tree0f79bd1953141c760f120e71111aa04cde4eb4fd /security/tomoyo/common.c
parentc3f38fa61af77b49866b006939479069cd451173 (diff)
downloadlinux-stable-c6144a21169fe7d0d70f1a0dae6f6301e5918d30.tar.gz
linux-stable-c6144a21169fe7d0d70f1a0dae6f6301e5918d30.tar.bz2
linux-stable-c6144a21169fe7d0d70f1a0dae6f6301e5918d30.zip
tomoyo: update project links
TOMOYO project has moved to SourceForge.net . Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Diffstat (limited to 'security/tomoyo/common.c')
-rw-r--r--security/tomoyo/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tomoyo/common.c b/security/tomoyo/common.c
index ea3140d510ec..5c7b059a332a 100644
--- a/security/tomoyo/common.c
+++ b/security/tomoyo/common.c
@@ -2787,7 +2787,7 @@ void tomoyo_check_profile(void)
else
continue;
pr_err("Userland tools for TOMOYO 2.6 must be installed and policy must be initialized.\n");
- pr_err("Please see https://tomoyo.osdn.jp/2.6/ for more information.\n");
+ pr_err("Please see https://tomoyo.sourceforge.net/2.6/ for more information.\n");
panic("STOP!");
}
tomoyo_read_unlock(idx);