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/udev.xml | |
parent | udev-builtin-blkid: export ID_PART_TABLE_UUID (diff) | |
download | eudev-87539be4377dd8a3c6be306b6552e2111d09d735.tar.gz eudev-87539be4377dd8a3c6be306b6552e2111d09d735.tar.bz2 eudev-87539be4377dd8a3c6be306b6552e2111d09d735.zip |
udev: support custom Linux Security Module labels for device nodes
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
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 0a2a383a7..e40af400b 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 |