commit | 0ceb092e35f9d8793d64d86194ec9463718dffa3 | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Mon May 20 19:43:15 2013 +0530 |
committer | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Tue May 28 15:23:12 2013 +0530 |
tree | 983262d0521c46cda9621151f41110df9b44d6d3 | |
parent | aed858ce10ef09c7bdf03f73e75e772f567c74cd [diff] |
hw/9pfs: Use O_NOFOLLOW when opening files on server 9p server should never follow a symlink. So use O_NOFOLLOW with all open syscall Tested-by: "M. Mohan Kumar" <mohan@in.ibm.com> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>