Edit dotfiles with gedit / admin:// is broken [independly of firejail] #4133
-
Hi, I use firejail system-wide, it work very great but I have one problem : I can't edit the majority of config files with gedit now. Do you know what to add to gedit.local to correct that? Thanks you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
EDIT:
Either add |
Beta Was this translation helpful? Give feedback.
admin://
is a GIO protocol implemented vis GVFS through D-Bus which uses PolKit for that. (Why am I say this? IDK).Try
ignore nonewprivs
and/orignore noroot
.EDIT:
firejail gedit admin:///etc/firejail/firejail.config
works for me (firejail from git and Fedora 33). Do you have a gedit.local or globals.local? Or a older firejail version?Either add
ignore include disable-common.inc
orread-write ${HOME}/.bashrc
+ignore read-only ${HOME}/.bashrc
(example file).