fosero / flatpak-overlay

A Gentoo ebuild overlay for flatpak
77 stars 22 forks source link

Fix Perms #33

Closed KaMiila closed 5 years ago

KaMiila commented 5 years ago

flatpak run org.gnome.FeedReader bwrap: Creating new namespace failed, likely because the kernel does not support user namespaces. bwrap must be installed setuid on such systems. error: ldconfig failed, exit status 256

Fixed this error by changing perms.

chmod u+s /usr/libexec/flatpak-bwrap

fosero commented 5 years ago

Not sure what is going on here.

  1. I don't think you should be changing permissions, it is probably a bad idea security wise. However the bwrap provided comes as suid afaik.
  2. USER_NS should be in your kernel config as reported, check that you do have it. The ebuild checks for it as well, but if there is no kernel build around it will not fail on it I believe.

That being said, I am pretty sure this is a local problem.