Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: permissions on /var/log/amazon directory #162

Merged
merged 1 commit into from
Feb 20, 2024
Merged

Commits on Feb 20, 2024

  1. fix: permissions on /var/log/amazon directory

    Problem:
    It's been reported that when the worker-agent installer, running as
    root, creates `/var/log/amazon/deadline` that the agent was unable
    to write its own logs to that directory when running as a non-root
    user.
    
    Solution:
    Add go+rx to `/var/log/amazon` -- this is the solution reported to work
    by the reporting customer.
    
    Signed-off-by: Daniel Neilson <53624638+ddneilson@users.noreply.github.com>
    ddneilson committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    e0287fe View commit details
    Browse the repository at this point in the history