Ubuntu interactive Keys Blocking BigFix to patching

Hello

I wonder if you can help me resolving an issue on Linux Ubuntu. Regular fixlet are expiring due two interactive keys required to be pressed manually. Cold you help to accept defaults using Big fix or what will be de best approach to fix this error:

configuration file ‘/etc/apparmor.d/usr.lib.snapd.snap-confine.real’
==> Modified (by you or by a script) since installation.
==> Package distributor has shipped an updated version.
What would you like to do about it ? Your options are:
Y or I : install the package maintainer’s version
N or O : keep your currently-installed version
D : show the differences between the versions
Z : start a shell to examine the situation
The default action is to keep your current version.
*** usr.lib.snapd.snap-confine.real (Y/I/N/O/D/Z) [default=N] ?

configuration file ‘/etc/issue’
==> Modified (by you or by a script) since installation.
==> Package distributor has shipped an updated version.
What would you like to do about it ? Your options are:
Y or I : install the package maintainer’s version
N or O : keep your currently-installed version
D : show the differences between the versions
Z : start a shell to examine the situation
The default action is to keep your current version.
*** usr.lib.snapd.snap-confine.real (Y/I/N/O/D/Z) [default=N] ?

Thank you

Any one Facing the same issue?

My workaround to this is to modify the /etc/init.d/besclient script, and also the /etc/dpkg/dpkg.cfg file

In the besclient script, add into the do_start function this line:
export DEBIAN_FRONTEND=noninteractive

Stop/start the client

In the dpkg.cfg file add the following two lines:
force-confold
force-confdef