chiark / gitweb /
add flag for reading of precompiled rules
authorKay Sievers <kay.sievers@suse.de>
Mon, 8 Aug 2005 15:43:42 +0000 (17:43 +0200)
committerKay Sievers <kay.sievers@suse.de>
Mon, 8 Aug 2005 15:43:42 +0000 (17:43 +0200)
commitbfd12948927b84b3ce990403969c1d10081c1fed
tree538e0547d743e633eba85151acd8283215276206
parent63cc8f049100c9b76ca4e37fc5c8976b6e92a207
add flag for reading of precompiled rules

Rules can be precompiled and stored on disk for initramfs, to avoid
parsing the rules with every event again and again. Also the OWNER and
GROUP names are already resolved to numerical values in the compiled
rules. This flag is used for the upcoming move of the rules parsing
into udevd:
  If the real root is mounted udevd is started and parses the rules
  only once. The event processes will inherit the already parsed rules
  from the daemon, so we want to ignore any precompiled rules and
  use the real rules files and watch the filesystem for changes to
  reload the rules automatically.

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
udev.c
udev_rules.h
udev_rules_parse.c
udevrulescompile.c
udevstart.c
udevtest.c