FS#62990 - [linux-zen][linux-lts] CONFIG_USER_NS_UNPRIVILEGED is not set, breaks BubbleWrap and Flatpak
            Attached to Project:
            Arch Linux
            
Opened by Britt Yazel (brittyazel) - Monday, 24 June 2019, 07:25 GMT
Last edited by Jan Alexander Steffens (heftig) - Monday, 24 June 2019, 11:31 GMT
          Opened by Britt Yazel (brittyazel) - Monday, 24 June 2019, 07:25 GMT
Last edited by Jan Alexander Steffens (heftig) - Monday, 24 June 2019, 11:31 GMT
| 
 | Details
                    In the main kernel, CONFIG_USER_NS_UNPRIVILEGED has been set
                    to "y", whereas in Linux-Zen it has not. This wasn't an
                    issue until Barthalion updated Bubblewrap with
                    "--with-priv-mode=none" which essentially breaks Flatpak
                    without manual user correction. Is this intentional? | 
              This task depends upon
              
              
            
            
          
            Closed by  Jan Alexander Steffens (heftig)
Monday, 24 June 2019, 11:31 GMT
Reason for closing: Fixed
Additional comments about closing: linux-lts 4.19.55-2
linux-zen 5.1.14.zen1-2
          
        Monday, 24 June 2019, 11:31 GMT
Reason for closing: Fixed
Additional comments about closing: linux-lts 4.19.55-2
linux-zen 5.1.14.zen1-2
 
                      
It is safer to enable CONFIG_USER_NS_UNPRIVILEGED than just revert the "--with-priv-mode=none" to "--with-priv-mode=setuid" ?
Or there are other considerations to prefer having "--with-priv-mode=none" on Bubblewrap and CONFIG_USER_NS_UNPRIVILEGED enabled in the kernels