5 lines
64 B
Plaintext
5 lines
64 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
chgrp wheel /usr/bin/ssu
|
||
|
chmod 4754 /usr/bin/ssu
|