summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-01-11 07:20:57 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-01-11 07:20:57 +0100
commitc2009ddeb7052dfe443f0239893f627759580c29 (patch)
tree41a2c5309ff941f45aa0dfbf826e2f92fa59d9c3 /inc
parent1d038a9cf5e154406710800c372631f5c7c3fd81 (diff)
downloadabrt-c2009ddeb7052dfe443f0239893f627759580c29.tar.gz
abrt-c2009ddeb7052dfe443f0239893f627759580c29.tar.xz
abrt-c2009ddeb7052dfe443f0239893f627759580c29.zip
SOSreport/TicketUploader: use more restrictive file modes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'inc')
-rw-r--r--inc/abrtlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/abrtlib.h b/inc/abrtlib.h
index fadd7f18..8cb32d3c 100644
--- a/inc/abrtlib.h
+++ b/inc/abrtlib.h
@@ -157,7 +157,7 @@ void xunlink(const char *pathname);
off_t copyfd_eof(int src_fd, int dst_fd);
off_t copyfd_size(int src_fd, int dst_fd, off_t size);
void copyfd_exact_size(int src_fd, int dst_fd, off_t size);
-off_t copy_file(const char *src_name, const char *dst_name);
+off_t copy_file(const char *src_name, const char *dst_name, int mode);
void xsetreuid(uid_t ruid, uid_t euid);