diff options
Diffstat (limited to 'network/nginx/README')
-rw-r--r-- | network/nginx/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/network/nginx/README b/network/nginx/README index 2110d3884409..45bb8da7cbdc 100644 --- a/network/nginx/README +++ b/network/nginx/README @@ -8,3 +8,9 @@ specify alternate values on the command line if desired; for example: Regardless of which user and group you decide to use, you will need to make sure they exist on both the build system and the target system. + +Note that there are potential security concerns with allowing logrotate +(which runs as root) to operate on directories/files that a non-root user +controls, but there's not a good alternative for now. Newer versions of +logrotate (3.8.0+) have an "su" option that can be used, but it's not +available in Slackware 13.37. |