diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-12-14 14:05:18 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-12-15 18:31:44 +0100 |
commit | 90ac73eb1bae1a317b4270b86230f99c3abb4298 (patch) | |
tree | c9920bd8aca66e5bc2b4f5a82a9403f02fc7348a /test | |
parent | meson: do not link with libudev (diff) | |
download | systemd-90ac73eb1bae1a317b4270b86230f99c3abb4298.tar.xz systemd-90ac73eb1bae1a317b4270b86230f99c3abb4298.zip |
rules: drop broken links
Diffstat (limited to 'test')
-rw-r--r-- | test/fuzz/fuzz-udev-rules/99-systemd.rules | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/fuzz/fuzz-udev-rules/99-systemd.rules b/test/fuzz/fuzz-udev-rules/99-systemd.rules index b6a5c5ad55..e8a0f5a739 100644 --- a/test/fuzz/fuzz-udev-rules/99-systemd.rules +++ b/test/fuzz/fuzz-udev-rules/99-systemd.rules @@ -42,8 +42,6 @@ SUBSYSTEM=="block", KERNEL=="nbd*", ENV{DEVTYPE}=="disk", TEST!="pid", ENV{SYSTE # just an identification string for systemd, so whether the path actually is # accessible or not does not matter as long as it is unique and in the # filesystem namespace. -# -# http://cgit.freedesktop.org/systemd/systemd/tree/src/libudev/libudev-enumerate.c#n955 SUBSYSTEM=="net", KERNEL!="lo", TAG+="systemd", ENV{SYSTEMD_ALIAS}+="/sys/subsystem/net/devices/$name" SUBSYSTEM=="bluetooth", TAG+="systemd", ENV{SYSTEMD_ALIAS}+="/sys/subsystem/bluetooth/devices/%k" |