diff options
author | Thierry Vignaud <tv@mageia.org> | 2011-11-27 11:24:48 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2011-11-27 11:24:48 +0000 |
commit | 8b002c23010ae6c58a99a8dcd5830f0ba44ac79d (patch) | |
tree | e8f718ee732cae5cec61d1bc3f69bff06d4a2556 /perl-install/dbus_object.pm | |
parent | b74bdd4a160dc043d7836a4e5baa6853987d0244 (diff) | |
download | drakx-backup-do-not-use-8b002c23010ae6c58a99a8dcd5830f0ba44ac79d.tar drakx-backup-do-not-use-8b002c23010ae6c58a99a8dcd5830f0ba44ac79d.tar.gz drakx-backup-do-not-use-8b002c23010ae6c58a99a8dcd5830f0ba44ac79d.tar.bz2 drakx-backup-do-not-use-8b002c23010ae6c58a99a8dcd5830f0ba44ac79d.tar.xz drakx-backup-do-not-use-8b002c23010ae6c58a99a8dcd5830f0ba44ac79d.zip |
(secured_file) ensure that ~/tmp is correctly owned if created
callers should probably just use mkstemp in /tmp instead of relying on
$TMPDIR || $ENV{HOME}/tmp
or we should just move the choice of directoyr from callers to here,
sg like:
my $tmpdir = find { -d $_ } $ENV{TMPDIR}, "$ENV{HOME}/tmp", "$::prefix/tmp";
Diffstat (limited to 'perl-install/dbus_object.pm')
0 files changed, 0 insertions, 0 deletions