<table><tr><td style="">sitter created this revision.<br />sitter added a reviewer: ngraham.<br />Herald added projects: Dolphin, Frameworks.<br />Herald added subscribers: kfm-devel, kde-frameworks-devel.<br />sitter requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D27372">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>mode bits in libsmb_stat are fairly cheaply constructed. file and directory<br />
qualification is alright beyond that it is a bit of a shambles.<br />
specifically +W is set iff the DOS attribute READONLY isn't set, but<br />
that attribute doesn't mean what we think it means, at least not on<br />
NT+ systems. see exhaustive comment.</p>

<p>long story short: we cannot represent mode bits accurately because NT's<br />
access controls simply do not map to posix mode bits. therefore I'm<br />
removing the mode setting for the udsentry, making all entries effectively<br />
writable.</p>

<p>whether an entry truly is writable is hard to say anyway. specifically<br />
because SMB+NTFS have independent ACLs. so, the SMB ACL may allow a<br />
given user or group to do something, that doesn't mean they'll also<br />
have permissions on a file system level.</p>

<p>BUG: 414482<br />
FIXED-IN: 19.12.3</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>previously not writable shares as described in the bug report are now writable.<br />
permission dialog looks a bit meh now, it wasn't really designed around not knowing<br />
what the access situation is. gnome simply shows a "dunno what permissions we have" label<br />
instead of everything, that seems like a reasonable approach</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R320 KIO Extras</div></div></div><br /><div><strong>BRANCH</strong><div><div>bug414482</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D27372">https://phabricator.kde.org/D27372</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>smb/kio_smb_browse.cpp</div></div></div><br /><div><strong>To: </strong>sitter, ngraham<br /><strong>Cc: </strong>kde-frameworks-devel, kfm-devel, pberestov, iasensio, fprice, LeGast00n, cblack, MrPepe, fbampaloukas, alexde, GB_2, Codezela, feverfew, meven, michaelh, spoorun, navarromorales, firef, ngraham, andrebarros, bruns, emmanuelp, mikesomov<br /></div>