"Expanded Security Maintenance for Applications" shown every time I log on!

Bo Berglund bo.berglund at gmail.com
Mon Mar 13 09:00:04 UTC 2023


On Sun, 12 Mar 2023 20:00:22 -0500, Keith <keithw at caramail.com> wrote:

>Anyways, they're simple text files that I've copied to termbin
>https://termbin.com/4wp7  - proc
>https://termbin.com/xoib8 - sys
>
>Save and copy them to /etc/apparmor.d/tunables

Thanks a million!!

I did this:

$ cd ~/Downloads
$ wget https://termbin.com/4wp7
$ wget https://termbin.com/xoib8
$ mv 4wp7 proc
$ mv xoib8 sys
$ sudo cp proc sys /etc/apparmor.d/tunables
$ sudo pro enable livepatch

This did no longer throw any errors but finished successfully

and now the status reads:

$ sudo pro status
SERVICE          ENTITLED  STATUS    DESCRIPTION
esm-apps         yes       enabled   Expanded Security Maintenance for
Applications
esm-infra        yes       enabled   Expanded Security Maintenance for
Infrastructure
fips             yes       disabled  NIST-certified core packages
fips-updates     yes       disabled  NIST-certified core packages with priority
security updates
livepatch        yes       enabled   Canonical Livepatch service <=== NOW YES!
usg              yes       disabled  Security compliance and audit tools

Enable services with: pro enable <service>

So it seems like this was the solution!
And the strange thing is that:

sys only contains commented out lines

and

proc only contains one valid line:
@{PROC}=/proc/

So one could presumably just create these two files and it would work.
How strange that the Ubuntu crew does not catch such a problem....

Thanks again!

-- 
Bo Berglund
Developer in Sweden




More information about the ubuntu-users mailing list