summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2015-10-09 09:13:09 -0500
committerDoug Goldstein <cardoe@gentoo.org>2015-10-09 09:14:21 -0500
commite1d2a191cf7e01234b675d474486f234af1492fd (patch)
tree40f6e32972fb340d82459ccc44d577d0115e4bba /media-tv
parentapp-admin/rsyslog: Adjusted dependency on dev-libs/liblognorm (diff)
downloadgentoo-e1d2a191cf7e01234b675d474486f234af1492fd.tar.gz
gentoo-e1d2a191cf7e01234b675d474486f234af1492fd.tar.bz2
gentoo-e1d2a191cf7e01234b675d474486f234af1492fd.zip
media-tv/mythtv: drop group write on log directory
Drop the group write bit on the /var/log/mythtv directory in the mythbackend initscript.
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/mythtv/files/mythbackend.init-r22
1 files changed, 1 insertions, 1 deletions
diff --git a/media-tv/mythtv/files/mythbackend.init-r2 b/media-tv/mythtv/files/mythbackend.init-r2
index 6869eb5877f6..dc5e66e21a47 100644
--- a/media-tv/mythtv/files/mythbackend.init-r2
+++ b/media-tv/mythtv/files/mythbackend.init-r2
@@ -42,7 +42,7 @@ start_pre() {
# Work around any strange permissions that may be on these files.
[ "x${MYTHBACKEND_LOGGING}" = "xfiles" ] && \
- checkpath --directory --owner mythtv:video --mode 0775 /var/log/mythtv
+ checkpath --directory --owner mythtv:video --mode 0755 /var/log/mythtv
checkpath --directory --owner mythtv:video --mode 0775 /home/mythtv
checkpath --directory --owner mythtv:video --mode 0750 /run/mythtv
}