udev: make udevadm test and test-builtin not destructive#31998
udev: make udevadm test and test-builtin not destructive#31998yuwata merged 2 commits intosystemd:mainfrom
Conversation
No functional change, preparation for later commits.
Previously, 'udevadm test' performs not only processing udev rules, but made several destructive change on the system; updating udev database, device node permission, devlinks, network interface properties, and so on. Similary, 'udevadm test-builtin' may perform something destructive, especially by 'keyboard', 'kmod', and 'net_setup_link' builtins. Let's make these commands and test executables not change device configurations.
|
FWIW, we used the "destructive" |
|
Note, |
Thanks for the advice (and quick response)! |
Interesting. But, (at least currently) such use case is not supported. If you'd like, please open an RFE about that. |
No description provided.