summaryrefslogtreecommitdiffstats
path: root/Documentation/admin-guide/LSM
ModeNameSize
-rw-r--r--LoadPin.rst1629logstatsplain
-rw-r--r--SELinux.rst1094logstatsplain
-rw-r--r--SafeSetID.rst6277logstatsplain
-rw-r--r--Smack.rst32985logstatsplain
-rw-r--r--Yama.rst3650logstatsplain
-rw-r--r--apparmor.rst1417logstatsplain
-rw-r--r--index.rst2123logstatsplain
-rw-r--r--tomoyo.rst2238logstatsplain
background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
/* SPDX-License-Identifier: GPL-2.0 */
SECTIONS {
	/* Group unwind sections into a single section: */
	.IA_64.unwind_info : { *(.IA_64.unwind_info*) }
	.IA_64.unwind : { *(.IA_64.unwind*) }
	/*
	 * Create place-holder sections to hold the PLTs, GOT, and
	 * official procedure-descriptors (.opd).
	 */
	.core.plt : { BYTE(0) }
	.init.plt : { BYTE(0) }
	.got : { BYTE(0) }
	.opd : { BYTE(0) }
}