mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
tomoyo: update project links
TOMOYO project has moved to SourceForge.net . Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
This commit is contained in:
@@ -10,7 +10,7 @@ config SECURITY_TOMOYO
|
||||
help
|
||||
This selects TOMOYO Linux, pathname-based access control.
|
||||
Required userspace tools and further information may be
|
||||
found at <https://tomoyo.osdn.jp/>.
|
||||
found at <https://tomoyo.sourceforge.net/>.
|
||||
If you are unsure how to answer this question, answer N.
|
||||
|
||||
config SECURITY_TOMOYO_MAX_ACCEPT_ENTRY
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user