Comment 7 for bug 1967956

Revision history for this message
Corey Bryant (corey.bryant) wrote :

Looking at umask on a non-hardened unit:

ubuntu@juju-da8cbf-zaza-41517351cce1-24:~$ umask
0002
ubuntu@juju-da8cbf-zaza-41517351cce1-24:~$ touch /tmp/hello
ubuntu@juju-da8cbf-zaza-41517351cce1-24:~$ ls -al /tmp/hello
-rw-rw-r-- 1 ubuntu ubuntu 0 Aug 31 17:20 /tmp/hello

And on a hardened compute node:

ubuntu@juju-da8cbf-zaza-41517351cce1-26:~$ umask
0027
ubuntu@juju-da8cbf-zaza-41517351cce1-26:~$ touch /tmp/hello
ubuntu@juju-da8cbf-zaza-41517351cce1-26:~$ ls -al /tmp/hello
-rw-r----- 1 ubuntu ubuntu 0 Aug 31 17:20 /tmp/hello