On debian apt-listbugs
is used to report bugs, it can be used also to prevent a package from being installed by setting a pin priority in apt-listbugs
preferences.
Is there any alternative to apt-listbugs
for Ubuntu 20.04?
On debian apt-listbugs
is used to report bugs, it can be used also to prevent a package from being installed by setting a pin priority in apt-listbugs
preferences.
Is there any alternative to apt-listbugs
for Ubuntu 20.04?
When adding a repository through add-apt-repository
a new gpg
key will be add.
e,g:
sudo add-apt-repository ppa:some-ppa
You will be asked to press Enter to import the gpg key. I need to get the gpg key for ppa:some-ppa
without executing add-apt-repository
.
Is it possible to get the gpg
key before adding the repository (before executing add-apt-repository
) from command line?
According to CVE.MITRE, there are a several security issues on the linux kernel 4.4.x
, there is the discription:
The __get_user_asm_ex macro in arch/x86/include/asm/uaccess.h in the Linux kernel 4.4.22 through 4.4.28 contains extended asm statements that are incompatible with the exception table, which allows local users to obtain root access on non-SMEP platforms via a crafted application. NOTE: this vulnerability exists because of incorrect backporting of the CVE-2016-9178 patch to older kernels.
The vulnerability affects:
Ubuntu Ubuntu Linux 16.04 LTS
Ubuntu Ubuntu Linux 14.04 LTS
Linux kernel 4.4.29
Linux kernel 4.4.28
Linux kernel 4.4.27
Linux kernel 4.4.25
Linux kernel 4.4.24
How to easily understand and patch the local privilege escalation on Ubuntu ?