[Tomoyo-dev 113] ccstools配下

Back to archive index

yocto yocto****@gmail*****
2007年 5月 14日 (月) 22:28:08 JST


クスノです。

下記のメールでもccstoolsの整理の件が出ていますが、それに関連してccstools配下
でサンプルとしているものは、examples等のサブディレクトリに移動してはどうでしょう。
 [Tomoyo-dev 74] Re:ccstools について
20070****@I-lov*****



あと、重箱の隅をつつくようで申し訳ないのですが、見ていて気づいたので書いておきます。
リポジトリから取得したのですが、
compile.html
	ncureses → ncurses

下記のコメントのendがstartをコピーしたままです。
ccs-patch-2.6.20-15.27.txt
diff -ubBpEr linux-source-2.6.20-15.27/kernel/kmod.c
linux-source-2.6.20-15.27-ccs/kernel/kmod.c
--- linux-source-2.6.20-15.27/kernel/kmod.c	2007-04-24 23:12:08.000000000 -0700
+++ linux-source-2.6.20-15.27-ccs/kernel/kmod.c	2007-04-24
23:12:15.000000000 -0700
@@ -166,6 +166,11 @@ static int ____call_usermodehelper(void
 	/* We can run anywhere, unlike our parent keventd(). */
 	set_cpus_allowed(current, CPU_MASK_ALL);

+	/***** TOMOYO Linux start. *****/
+	current->domain_info = &KERNEL_DOMAIN;
+	current->tomoyo_flags = 0;
+	/***** TOMOYO Linux start. *****/




tomoyo-dev メーリングリストの案内
Back to archive index