PDA

View Full Version : Kernel subversion update control



dscoland
December 11th, 2019, 10:28 PM
Hi,

We have decided to install Cylance on some of our linux, non-vendor, Ubuntu distributions. Unfortunately, Cylance has been rolling out Agents that support only subversions dated back about 1 - 2 months. Ideally we would want to be on the latest kernel subversion. In this case though, we would need to aim for the latest subversion that is supported by the latest version of the Cylance agent.

I've looked for various related threads, but I can't seem to find a concrete answer to address this challenge. Is there a way to control which kernel subversion a Linux distribution we are on? We want to have the ability to upgrade to a specific distribution, without upgrading to the latest, and also to be able to downgrade if possible.

And example would be if currently running Ubuntu 18.0.4.3 LTS on some distributions with a kernel subversion of 4.15.0-70-generic, we would need to downgrade back to 4.15.0-66.

Is this feasible?

Thanks!
Daniel

dscoland
December 12th, 2019, 09:55 PM
I think I may have answered my own question, but just wanted to confirm with anyone. I searched and confirmed that the following image existing via: apt-cache search 4.15.0-66

Then I ran the following:

sudoapt-get upgrade linux-image-4.15.0-66-generic

Is this a good way to do it?

Thanks,
Daniel