Module: check_mk
Branch: master
Commit: 51291687777a95d68b3a352efb48afa1d975937d
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=51291687777a95…
Author: Bernd Stroessenreuther <bs(a)mathias-kettner.de>
Date: Fri Aug 30 11:03:43 2013 +0200
Updated bug entries #1040
---
.bugs/1040 | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/.bugs/1040 b/.bugs/1040
new file mode 100644
index 0000000..ff22227
--- /dev/null
+++ b/.bugs/1040
@@ -0,0 +1,14 @@
+Title: job directory should be created with mode 1777
+Component: core
+State: open
+Date: 2013-08-30 10:58:02
+Targetversion: 1.2.3i2
+Class: nastiness
+
+/var/lib/check_mk_agent/job directory is created root.root 755 now
+this way only cronjobs running under root can use mk-job
+
+directory should be created with mode 1777 so cronjobs running under unprivileged
+users can write their files into this directory too
+this should be no security problem, because the t bit makes sure, every user can only
+delete his own files