Set immutable file attribute linux

Prevent any user (incl. root) from modifying the file

chattr +i /etc/resolv.conf && lsattr /etc/resolv.conf