We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c350f2 commit e433771Copy full SHA for e433771
doc/ChangeLog
@@ -8,6 +8,7 @@
8
* Bug fix: Cleaned up file_is functions in lib/misc/file
9
* Bug fix: Output erronous value where value is not a string
10
* Bug fix: Make file cache filename less racey
11
+* Bug fix: Make privileged cache filename less racey
12
13
2012-11-14 unix-privesc-check trunk
14
lib/misc/privileged
@@ -33,7 +33,7 @@ privilegedincluded=1
33
. lib/misc/stdio
34
. lib/misc/sudo
35
36
-privilegedcachefilename="privileged_cache.temp"
+privilegedcachefilename="privileged_cache.$$"
37
38
privileged_check_or_generate_cache () {
39
if [ ! -f "${privilegedcachefilename}" ]
0 commit comments