You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the apparmor profile, (/var/lib/snapd/apparmor/profiles/snap.tango.tango)
I could find that there's a read acces to /tmp/,
but also read a comment about /tmp/ being created for each specific snap,
so I'm not sure which is which
# The ubuntu-core-launcher creates an app-specific private restricted /tmp
# and will fail to launch the app if something goes wrong. As such, we can
# simply allow full access to /tmp.
/tmp/ r,
/tmp/** mrwlkix,
The text was updated successfully, but these errors were encountered:
Preconditions
Steps to reproduce
$ tango journey -l /tmp/access.log -r /tmp/access.log.journey
or
$ tango journey -l /mnt/data/access.log -r /mnt/data/access.log.journey
Expected result
Should run
Actual results
either permission denied or file not found.
commentary
The problem seems to come from apparmor.
Here's what's in my syslog
Looking at the apparmor profile,
(/var/lib/snapd/apparmor/profiles/snap.tango.tango)
I could find that there's a read acces to
/tmp/
,but also read a comment about
/tmp/
being created for each specific snap,so I'm not sure which is which
The text was updated successfully, but these errors were encountered: