YunoHost-Apps / piped_ynh

piped package for YunoHost
https://piped.video/trending
GNU Affero General Public License v3.0
2 stars 1 forks source link

fix log folder permissions #27

Closed OniriCorpe closed 4 months ago

OniriCorpe commented 4 months ago
logrotate /etc/logrotate.d/piped
error: skipping "/var/log/piped/piped-api.log" because parent directory has insecure permissions (It's world writable or writable by group which is not "root") Set "su" directive in config file to tell logrotate which user/group should be used for rotation.
error: skipping "/var/log/piped/piped-proxy.log" because parent directory has insecure permissions (It's world writable or writable by group which is not "root") Set "su" directive in config file to tell logrotate which user/group should be used for rotation.
chmod 640 /var/log/piped/
logrotate /etc/logrotate.d/piped

PR Status