I got this
drwxrwxr-x 3 root tunnel 100 date and time .
drwxr-xr-x 33 root root 860 date and time …
-rwxrwxr-x 1 root tunnel 0 date and time enable-updates
drwxrwxr-x 2 root tunnel 40 date and time interface
-rwxrwxr-x 1 root tunnel 151 date and time resolv.conf
Then I run
sudo chown --recursive root:tunnel run/resolvconf
sudo chmod --recursive 775 /run/resolvconf
Then I get this
drwxrwxr-x 3 root tunnel 100 date and time .
drwxr-xr-x 33 root root 860 date and time …
-rwxrwxr-x 1 root tunnel 0 date and time enable-updates
drwxrwxr-x 2 root tunnel 40 date and time interface
-rwxrwxr-x 1 root tunnel 151 date and time resolv.conf
but after few second or reboot all is OVERWRITTEN flags and file resolv.conf and I get this again
ls -al /run/resolvconf
total 4
drwxrwxr-x 3 root tunnel 100 date and time .
drwxr-xr-x 33 root root 860 date and time ..
-rw-r--r-- 1 root root 0 date and time enable-updates
drwxrwxr-x 2 root tunnel 40 date and time interface
-rw-r--r-- 1 root root 151 date and time resolv.conf
and I cant chattr
chattr: Operation not supported while reading flags on /etc/resolv.conf
here is cat for resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND – YOUR CHANGES WILL BE OVERWRITTEN