mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-21 18:50:50 +01:00
088cc7d221
Fixes: 1a720cbec5
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1282
10 lines
196 B
Plaintext
10 lines
196 B
Plaintext
#
|
|
# autofs(4) specific devd events
|
|
|
|
# Discard autofs caches, useful for the -media special map.
|
|
notify 100 {
|
|
match "system" "GEOM";
|
|
match "subsystem" "DEV";
|
|
action "/usr/sbin/automount -c";
|
|
};
|