5 lines
74 B
Text
5 lines
74 B
Text
|
#!/bin/sh
|
||
|
|
||
|
chmod u+s /usr/bin/newuidmap && \
|
||
|
chmod u+s /usr/bin/newgidmap
|