Skip to content
Snippets Groups Projects
Commit 89252974 authored by Bobi Jam's avatar Bobi Jam
Browse files

Branch b1_6

b=12584
i=ericm, green

Description: sanity.sh failed test 103
Details    : RHEL mis-interpret setfacl "-X" param, so we won't test setfacl
             with param "-X".
parent 9d99b957
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,14 @@ Bugzilla : 12932
Description: obd_health_check_timeout too short
Details : set obd_health_check_timeout as 1.5x of obd_timeout
Severity : normal
Bugzilla : 12584
Description: sanity.sh failed test 103
Details : RHEL mis-interpret setfacl "-X" param, so we won't test setfacl
with param "-X".
--------------------------------------------------------------------------------
2007-08-27 Cluster File Systems, Inc. <info@clusterfs.com>
* version 1.6.2
* Support for kernels:
......
......@@ -24,7 +24,11 @@ The cp utility should only copy ACLs if `-p' is given.
> blubb
$ rm -r i
$ setfacl -R -m u:bin:rwX h
Use to be "$setfacl -R -m u:bin:rwX h", but RHEL4 uncorrectly set the x flag,
so we change to the following test
$ setfacl -R -m u:bin:rwx h
$ getfacl --omit-header h/x
> user::rw-
> user:bin:rwx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment