Importing sbin/chown

Change-Id: I49950ec241985a8a8f1fc29e01c0212278fbeaa9
This commit is contained in:
2014-03-26 18:35:18 +01:00
parent 6a309697f4
commit e39e890e08
12 changed files with 671 additions and 238 deletions

View File

@@ -35,8 +35,8 @@ tests_no=`expr 0`
# If root, make sure the setuid tests have the correct permissions
# and make the dir bin-owned.
if [ "$ROOT" ]
then chown bin .
chown root ${setuids}
then /usr/sbin/chown bin .
/usr/sbin/chown root ${setuids}
chmod 4755 ${setuids}
fi