In eon dhclient is running without confinement
$ ps ax -Z | grep dhclient unconfined 2126 pts/0 S+ 0:00 grep --color=auto dhclient
This is because the profile is defined with
/sbin/dhclient flags=(attach_disconnected) {
but the binary is now at
/usr/sbin/dhclient
In eon dhclient is running without confinement
$ ps ax -Z | grep dhclient
unconfined 2126 pts/0 S+ 0:00 grep --color=auto dhclient
This is because the profile is defined with
/sbin/dhclient flags=( attach_ disconnected) {
but the binary is now at
/usr/sbin/dhclient