diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2017-10-17 12:53:58 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-12-05 10:58:29 +0100 |
commit | 0850fe4f6d4e4cd8c36b397d7db5313ca4188176 (patch) | |
tree | 2da9eff3bf6e393263a7271cce52f9fab84102d5 /docs/reference | |
parent | ee570d44dc117dc69f23e83313dd877f76c5e3e0 (diff) |
filter: additional strict rules when all device ports available
All the previous filter rules were applicable per-port independently.
But, we also want to apply rules on a port based on the existence of
other ports on the same device (e.g. allow TTY if the device also has
a NET port). In this case, we need to wait for all ports to appear and
then apply the additional rules.
We re-use the "min wait time" timeout in the plugin-manager for this
same purpose. This timeout is setup to wait for ports to appear before
starting the probing process (e.g. so that plugin filters like the
forbidden-drivers one work). The very same timeout can therefore be
used to check whether we start the probing or not based on additional
filter rules.
Diffstat (limited to 'docs/reference')
0 files changed, 0 insertions, 0 deletions