Trusted Solaris のラベル管理

デフォルトの LOCAL DEFINITIONS セクション

Trusted Solaris では、『コンパートメントモードワークステーションのラベル作成: エンコード形式』で定義されているより多くの追加キーワードを必要とします。次の例では、デフォルトの label_encodings ファイルの LOCAL DEFINITIONS セクションを示します。


例 4-1 label_encodings ファイルの LOCAL DEFINITIONS セクション


LOCAL DEFINITIONS:
*
*	The names for the administrative high and low name are set to
*	site_high and site_low respectively by the example commands below.
*
*	NOTE:	  Use of these options could lead to interoperability problems
*		with machines that do not have the same alternate names.
*
*Admin Low Name=  site_low;
*Admin High Name= site_high;

default flags= 0x0;
forced flags= 0x0;

Default Label View is External;
Float Process Information Label;

Classification Name= Class;
Compartments Name= Comps;
Markings Name= Marks;

COLOR NAMES:

	label= Admin_Low;	color= #bdbdbd;

	label= u;	color= green;
	label= c;	color= blue;

	label= s;	color= yellow;
	label= ts;	color= red;

	word= sb;	color= cyan;
	word= cc;	color= magenta;

	label= Admin_High;	color= #636363;
* End of local site definitions