<table><tr><td style="">martinkostolny updated this revision to Diff 12309.<br />martinkostolny added a comment.
</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/D4847" rel="noreferrer">View Revision</a></tr></table><br /><div><div><p>Good point! I was about to say that the target folder is in most cases non-writable without elevated privileges. But we can actually use KAuth action twice, for 2 simple jobs:</p>

<ol class="remarkup-list">
<li class="remarkup-list-item">Create temporary file right next to target file, set current user as owner, so it is writable without root privileges.</li>
<li class="remarkup-list-item">And after storing file contents outside kauth helper binary. atomically rename the temporary file.</li>
</ol>

<p>Any objections against using 2 actions? KAuth action session ensures that user is asked for password only first time using a KAuth action.</p>

<p>I've used QTemporaryFile(filename) (instead of "xxx.tmp") so Qt took care of uniqueness of filename.</p>

<p>Another note: I didn't call windows specific atomic rename method because I cannot test it on my machine. So on windows QSaveFile fallback is used for now.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R39 KTextEditor</div></div></div><br /><div><strong>CHANGES SINCE LAST UPDATE</strong><div><a href="https://phabricator.kde.org/D4847?vs=12272&id=12309" rel="noreferrer">https://phabricator.kde.org/D4847?vs=12272&id=12309</a></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D4847" rel="noreferrer">https://phabricator.kde.org/D4847</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>autotests/src/katetextbuffertest.cpp<br />
autotests/src/katetextbuffertest.h<br />
src/CMakeLists.txt<br />
src/buffer/katesecuretextbuffer.cpp<br />
src/buffer/katesecuretextbuffer_p.h<br />
src/buffer/katetextbuffer.cpp<br />
src/buffer/katetextbuffer.h<br />
src/buffer/org.kde.ktexteditor.katetextbuffer.actions</div></div></div><br /><div><strong>To: </strong>martinkostolny, dhaumann, KTextEditor<br /><strong>Cc: </strong>apol, dfaure, anthonyfieroni, cullmann, ltoscano, dhaumann, graesslin, davidedmundson, palant, kwrite-devel, Frameworks, head7, kfunk, sars<br /></div>