/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules is in gnome-bluetooth 3.8.2.1-0ubuntu4.
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 9 10 11 12 13 14 15 | # Set ACLs for console users on /dev/rfkill
# This is necessary until a daemon can properly handle access to the
# kill switch
# http://bugs.debian.org/563902
# https://bugzilla.redhat.com/show_bug.cgi?id=514798
# logind
# https://bugzilla.redhat.com/show_bug.cgi?id=733326
KERNEL=="rfkill", SUBSYSTEM=="misc", TAG+="uaccess"
# ConsoleKit
ENV{ACL_MANAGE}=="0", GOTO="gnome_bluetooth_end"
ACTION!="add|change", GOTO="gnome_bluetooth_end"
KERNEL=="rfkill", SUBSYSTEM=="misc", TAG+="udev-acl"
LABEL="gnome_bluetooth_end"
|