[前][次][番号順一覧][スレッド一覧]

ruby-changes:48630

From: kazu <ko1@a...>
Date: Sun, 12 Nov 2017 16:06:04 +0900 (JST)
Subject: [ruby-changes:48630] kazu:r60745 (trunk): Clarify Dir.mktmpdir's change

kazu	2017-11-12 16:05:58 +0900 (Sun, 12 Nov 2017)

  New Revision: 60745

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=60745

  Log:
    Clarify Dir.mktmpdir's change
    
    `FileUtils.remove_entry_secure` checks `world_writable?` (and `sticky?`) only.
    [ci skip]
    ref https://github.com/rurema/doctree/pull/805

  Modified files:
    trunk/doc/NEWS-2.0.0
Index: doc/NEWS-2.0.0
===================================================================
--- doc/NEWS-2.0.0	(revision 60744)
+++ doc/NEWS-2.0.0	(revision 60745)
@@ -497,7 +497,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/doc/NEWS-2.0.0#L497
     * Dir.mktmpdir uses FileUtils.remove_entry instead of
       FileUtils.remove_entry_secure.  This means that applications should not
       change the permission of the created temporary directory to make
-      accessible from other users.
+      writable from other users.
 
 * yaml
   * Syck has been removed.  YAML now completely depends on libyaml being

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]