We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
platform: Ubuntu 14.10 desktop x64 related apps installed: apparmor, apparmor-docs, apparmor-notify, apparmor-profiles, apparmor-utils
run: sudo tlsdate -V
The output in the terminal appears correct (it displays the time), but an apparmor notification displays instructing to review the log.
/var/log/kern.log output:
Jan 1 14:24:45 ubuntu kernel: [11260.453936] audit: type=1400 audit(1420151085.167:81): apparmor="DENIED" operation="open" profile="/usr/bin/tlsdate" name="/usr/share/zoneinfo/America/Los_Angeles" pid=7278 comm="tlsdate-helper" requested_mask="r" denied_mask="r" fsuid=65534 ouid=0 Jan 1 14:24:46 ubuntu kernel: [11260.647266] audit: type=1400 audit(1420151085.363:82): apparmor="DENIED" operation="open" profile="/usr/bin/tlsdate" name="/usr/share/zoneinfo/America/Los_Angeles" pid=7277 comm="tlsdate-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
The text was updated successfully, but these errors were encountered:
I am having the same issue on Ubuntu 14.04.1 server x64 (same packages)
Sorry, something went wrong.
please have a look at my pull request #170
is /etc/localtime a symlink on your server ?
/etc/localtime
It's not a symlink for me.
I can also confirm this is an issue on Ubuntu.
No branches or pull requests
platform: Ubuntu 14.10 desktop x64
related apps installed: apparmor, apparmor-docs, apparmor-notify, apparmor-profiles, apparmor-utils
run: sudo tlsdate -V
The output in the terminal appears correct (it displays the time), but an apparmor notification displays instructing to review the log.
/var/log/kern.log output:
Jan 1 14:24:45 ubuntu kernel: [11260.453936] audit: type=1400 audit(1420151085.167:81): apparmor="DENIED" operation="open" profile="/usr/bin/tlsdate" name="/usr/share/zoneinfo/America/Los_Angeles" pid=7278 comm="tlsdate-helper" requested_mask="r" denied_mask="r" fsuid=65534 ouid=0
Jan 1 14:24:46 ubuntu kernel: [11260.647266] audit: type=1400 audit(1420151085.363:82): apparmor="DENIED" operation="open" profile="/usr/bin/tlsdate" name="/usr/share/zoneinfo/America/Los_Angeles" pid=7277 comm="tlsdate-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
The text was updated successfully, but these errors were encountered: