s3: if we know a file is immutable, report it to be readonly
authorBjörn Jacke <bj@sernet.de>
Tue, 3 Jul 2012 22:33:41 +0000 (00:33 +0200)
committerBjoern Jacke <bj@sernet.de>
Wed, 4 Jul 2012 10:01:20 +0000 (12:01 +0200)
commitb40fb6eec55cecc30d7500bb6b9799e2e9324f44
tree093fa7fcac3662b3749e60827554a749d4ae15fe
parent74bf0c6ec63955156f7acf673e2c5846bb8b212a
s3: if we know a file is immutable, report it to be readonly

on *BSD we get the immutable flag via st_flags, we should use that if possible.
source3/smbd/dosmode.c