get_auth_text(3) ルーチンは、指定された auth_id (承認 ID) の説明テキストを返します。auth_name(4) のマニュアルページには、システム内のすべての承認の説明テキストが示されています。
string1 = get_auth_text(TSOL_AUTH_FILE_DOWNGRADE_SL); printf("%s¥n", string1);
printf 文によって、次のように出力されます。
Allows a user to specify the Sensitivity Label to set on a file that does not dominate the file's existing Sensitivity Label.