glusterfs/tests/bugs/access-control
Jiffin Tony Thottan e81fd0b85c access_control : address O_TRUNC and O_APPEND flag properly in posix_acl_open
In posix_acl_open, in switch value passed is (flag & O_ACCMODE). The value for
O_ACCMODE is 0003, so the result will always be less than or equal to 3.
But value for O_TRUNC is 01000 and O_APPEND is 02000, so it is not right to
check it in switch case

Change-Id: Ia17db80a6a5f681c35e08e062d384f33ef7e0354
BUG: 1387241
Signed-off-by: Jiffin Tony Thottan <jthottan@redhat.com>
Reviewed-on: http://review.gluster.org/15688
Smoke: Gluster Build System <jenkins@build.gluster.org>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
2016-12-14 05:01:07 -08:00
..
bug-887098-gmount-crash.t tests: move all test-cases into component subdirectories 2015-01-06 03:24:24 -08:00
bug-958691.t glusterd: default value of nfs.disable, change from false to true 2016-04-27 00:59:30 -07:00
bug-1051896.c tests: move all test-cases into component subdirectories 2015-01-06 03:24:24 -08:00
bug-1051896.t tests: move all test-cases into component subdirectories 2015-01-06 03:24:24 -08:00
bug-1387241.c access_control : address O_TRUNC and O_APPEND flag properly in posix_acl_open 2016-12-14 05:01:07 -08:00
bug-1387241.t access_control : address O_TRUNC and O_APPEND flag properly in posix_acl_open 2016-12-14 05:01:07 -08:00