using TouchDown (www.symantec.com)
-Original Message-
From: Mike Jumper [mike.jum...@guac-dev.org]
Received: Tuesday, 16 Jan 2018, 12:02AM
To: user@guacamole.apache.org [user@guacamole.apache.org]
Subject: Re: Permissions on screen capture recordings
On Mon, Jan 15, 2018 at 11:59 AM, Ryan Unde
On Mon, Jan 15, 2018 at 11:59 AM, Ryan Underwood
wrote:
> Aaron and Mike,
>
> This may be an issue in the source for recording.c (line 83 and again for
> the naming retries):
>
>
>
> /* Attempt to open recording */
>
> *int* fd = open(basename, O_CREAT | O_EXCL | O_WRONLY, S_IRUSR |
> S_I
Newsome [mailto:aaron.news...@gmail.com]
Sent: Monday, January 15, 2018 2:27 PM
To: Mike Jumper
Cc: user@guacamole.apache.org
Subject: Re: Permissions on screen capture recordings
I've resolved the issue with the file permissions on the recordings. I still
think the cleanest way to playbac
I've resolved the issue with the file permissions on the recordings. I
still think the cleanest way to playback the recordings, is for the files
to be written with permissions that allow them to be read but I also
realize that not everyone would want this. The most restrictive permissions
on the se
I’m experimenting with in-browser playback of session recordings, using the
example player provided. Everything works fine except that I have to ssh to the
Guacamole server and manually change the permissions on the recording files in
order to play them.
The recording files are 600, owned by r
On Jan 14, 2018 16:19, "Aaron Newsome" wrote:
Hello guys. I've noticed that the permissions on recordings are 600. How
would I go about changing that?
Can you provide any background on the need for such a change?
- Mike