/etc/apparmor.d/url-dispatcher-bad-url-helper is in url-dispatcher 0.1+17.04.20170328-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 | # vim:syntax=apparmor
#include <tunables/global>
# Mostly unconfined. Don't allow capability or any mount rules. Also ensure that
# exec inherits from this profile
profile url-dispatcher-bad-url-helper (attach_disconnected) {
network,
/ rwkl,
/** rwlkm,
/** pix,
dbus,
signal,
ptrace,
unix,
}
|