From 8e3ba3772cadf6a8292b0da533062dd4d377af67 Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Thu, 11 Sep 2014 13:25:21 +0200 Subject: udev: allow removing tags via TAG-="foobar" This extends the udev parser to support OP_REMOVE (-=) and adds support for TAG-= to remove previously set tags. We don't fail if the tag didn't exist. This is pretty handy if we ship default rules for seat-assignments and users want to exclude specific devices from that. They can easily add rules that drop any automatically added "seat" tags again. --- man/udev.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'man/udev.xml') diff --git a/man/udev.xml b/man/udev.xml index 2948b9ce2b..d77cbb0e6e 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -113,6 +113,13 @@ + + -= + + Remove the value from a key that holds a list of entries. + + + := -- cgit v1.2.3-54-g00ecf