Merge of xfs-cmds-2.4.18:slinx:112265a by nathans.

allow different chacl paths
This commit is contained in:
Tim Shimmin
2002-02-25 22:39:52 +00:00
parent f5625d46ea
commit 7515ba5e6a
+2 -2
View File
@@ -318,10 +318,10 @@ done
popd >/dev/null
chown -R 12345.54321 root
echo "Change #1..."
$runas -u 12345 -g 54321 -- /usr/bin/chacl -r u::rwx,g::-w-,o::--x root
$runas -u 12345 -g 54321 -- `which chacl` -r u::rwx,g::-w-,o::--x root
find root -print | xargs chacl -l
echo "Change #2..."
$runas -u 12345 -g 54321 -- /usr/bin/chacl -r u::---,g::---,o::--- root
$runas -u 12345 -g 54321 -- `which chacl` -r u::---,g::---,o::--- root
find root -print | xargs chacl -l