/etc/apparmor.d/usr.sbin.ippusbxd is in ippusbxd 1.32-2.
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 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | # vim:syntax=apparmor
# Last Modified: Fri Sep 12 15:52:02 2014
# Author: Daniel Dressler <danieru.dressler@gmail.com>
#include <tunables/global>
/usr/sbin/ippusbxd {
#include <abstractions/base>
#include <abstractions/dbus>
capability wake_alarm,
/usr/sbin/ippusbxd mr,
# Scanning for USB devices
/dev/bus/usb/ r,
/dev/bus/usb/*/* rw,
/etc/udev/udev.conf r,
/sys/bus/ r,
/sys/bus/usb/devices/ r,
/sys/class/ r,
/sys/devices/** r,
/run/udev/data/** r,
# Network access
network inet raw,
network inet6 raw,
network inet stream,
network inet6 stream,
network netlink raw,
network netlink stream,
}
|