diff options
author | Kay Sievers <kay@vrfy.org> | 2013-10-08 01:59:10 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-10-08 02:23:24 +0200 |
commit | c26547d612733371494330e26c7d3604a5dba3d9 (patch) | |
tree | 2a89eb3090316bd0c91f3c10aa2b66adc11065dd /man/udev.xml | |
parent | 8b197c3a8a57c3f7c231b39e5660856fd9580c80 (diff) |
udev: support custom Linux Security Module labels for device nodes
Diffstat (limited to 'man/udev.xml')
-rw-r--r-- | man/udev.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/udev.xml b/man/udev.xml index f107482329..38acdf7446 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -341,6 +341,13 @@ </varlistentry> <varlistentry> + <term><varname>SECLABEL{<replaceable>module</replaceable>}</varname></term> + <listitem> + <para>Applies the specified Linux Security Module label to the device node.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><varname>ATTR{<replaceable>key</replaceable>}</varname></term> <listitem> <para>The value that should be written to a sysfs attribute of the |