diff options
| author | Amar Tumballi <amarts@redhat.com> | 2012-07-26 17:16:00 +0530 |
|---|---|---|
| committer | Vijay Bellur <vijay@gluster.com> | 2012-08-13 10:25:24 +0530 |
| commit | 78fa165b6b7ef852153c971247706f2aa65c655a (patch) | |
| tree | db672bcddf0c865b476101ef042fffdcb4e4a9d6 /xlators/protocol/server | |
| parent | a9e0bac7e7fee641bc1c62379d48f0376cf15cbd (diff) | |
acl: enable handling of FMODE_EXEC flag
on linux systems, with open(), we can get below flag as per
'linux/fs.h'.
/* File is opened for execution with sys_execve / sys_uselib */
'#define FMODE_EXEC ((fmode_t)0x20)'
Instead of adding '#include <linux/fs.h>, its better to copy this
absolute number into other variable because then we have to deal
with declaring fmode_t etc etc..
With the fix, we can handle the file with '0711' permissions in
the same way as backend linux filesystems.
Change-Id: Ib1097fc0d2502af89c92d561eb4123cba15713f5
Signed-off-by: Amar Tumballi <amarts@redhat.com>
BUG: 843960
Reviewed-on: http://review.gluster.com/3746
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'xlators/protocol/server')
0 files changed, 0 insertions, 0 deletions
