26 Mayıs 2020 Salı

Ubuntu 20.04 de chromium çalıştırma hatası - snap-confine has elevated permissions and is not confined but should be. Refusing to continue to avoid permission escalation attacks: Operation not permitted

Ubuntu sisteminizi güncelledikten sonra chromium çalışmıyor, ve terminalde çalıştırdığınızda aşağıdaki gibi hata alıyorsanız;

$ chromium-browser 
snap-confine has elevated permissions and is not confined but should be. Refusing to continue to avoid permission escalation attacks: Operation not permitted

apparmor kurallarını aşağıdaki düzenleyerek çalıştırabilirsiniz.
Sunucu : xrv 
Kullanici  : remzi 
Dizin      : ~ 
Saat       : 11:01 ÖÖ 
Yeni Komut $ sudo su -

root@xrv:~# sudo apparmor_parser -r /etc/apparmor.d/*snap-confine*
root@xrv:~# sudo apparmor_parser -r /var/lib/snapd/apparmor/profiles/snap-confine*
root@xrv:~# 

Artık chromium-browser çalışacaktır.

Hiç yorum yok:

Yorum Gönder

Redis, Valkey vs. Dragonfly

🚀 Redis vs Valkey vs Dragonfly: 2025'te Hangi In-Memory Database Seçilmeli? 📊 Hızlı Özet Linux tabanlı sistemlerde yüksek performa...