[root ~]# cp /bin/nice /tmp/nice |
[root ~]# chgrp bin /tmp/nice |
[root ~]# chmod 6555 /tmp/nice |
[root ~]# ls -la /tmp/nice |
-r-sr-sr-x 1 root bin 33064 Jan 26 22:29 /tmp/nice |
[root ~]# puppet agent -t |
Info: Using configured environment 'production' |
Info: Retrieving pluginfacts |
Info: Retrieving plugin |
Info: Retrieving locales |
Info: Caching catalog for xxx.delivery.puppetlabs.net |
Info: Applying configuration version '1611699814' |
Notice: /Stage[main]/Main/File[/tmp/nice]/group: group changed 'bin' to 'root' (corrective) |
Notice: Applied catalog in 0.01 seconds |
[root ~]# ls -la /tmp/nice |
-r-xr-xr-x 1 root root 33064 Jan 26 22:20 /tmp/nice |
[root ~]# puppet agent -t |
Info: Using configured environment 'production' |
Info: Retrieving pluginfacts |
Info: Retrieving plugin |
Info: Retrieving locales |
Info: Caching catalog for xxx.delivery.puppetlabs.net |
Info: Applying configuration version '1611699830' |
Notice: /Stage[main]/Main/File[/tmp/nice]/mode: mode changed '0555' to '6555' (corrective) |
Notice: Applied catalog in 0.01 seconds
|