github.com/stulluk/snapd@v0.0.0-20210611110309-f6d5d5bd24b0/data/sysctl/rhel7-snap.conf (about)

     1  # RHEL 7.4+ specific:
     2  # Unexpected "Device or resource busy" error when removing a directory
     3  # see https://access.redhat.com/articles/3128691 for details
     4  fs.may_detach_mounts=1
     5  
     6  # RHEL 7.4+ (and LXD) specific:
     7  # A configuration change was made in the 7.4 release, the default number of user
     8  # namespaces is set to zero, see https://access.redhat.com/solutions/3188102 for
     9  # details. For details about LXD side, see
    10  # https://discuss.linuxcontainers.org/t/lxd-on-centos-7/1250
    11  user.max_user_namespaces=15000