1 The "lfs cp" utility should only copy ACLs if `-p' is given.
7 $ lfs lsetfacl -m u:bin:rw f
8 $ lfs ls -l f | awk -- '{ print $1 }'
12 $ lfs ls -l g | awk -- '{ print $1 }'
17 $ lfs ls -l f | awk -- '{ print $1 }'
28 Use to be "$lfs lsetfacl -R -m u:bin:rwX h", but RHEL4 uncorrectly set the x flag,
29 so we change to the following test
31 $ lfs lsetfacl -R -m u:bin:rwx h
32 $ lfs lgetfacl --omit-header h/x
41 $ lfs lgetfacl --omit-header i/x