/usr/rules.d/75-casync.rules is in casync 2+61.20180112-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | # SPDX-License-Identifier: LGPL-2.1+
ACTION=="remove", GOTO="casync_end"
SUBSYSTEM=="block", KERNEL=="nbd*", IMPORT{program}="/usr/bin/casync udev %N"
SUBSYSTEM=="block", KERNEL=="nbd*", ENV{CASYNC_NAME}=="?*", SYMLINK+="$env{CASYNC_NAME}"
LABEL="casync_end"
|