diff options
author | Kay Sievers <kay@vrfy.org> | 2013-10-08 01:59:10 +0200 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-01-09 18:47:32 -0500 |
commit | 87539be4377dd8a3c6be306b6552e2111d09d735 (patch) | |
tree | b151c454ccfd6149ebf078f0ee38d942344cd37a /man | |
parent | 9e46e94ba2fe713a6d768134dc6a4503d1e4deb2 (diff) |
udev: support custom Linux Security Module labels for device nodes
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'man')
-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 0a2a383a7d..e40af400bf 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -343,6 +343,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 |