RE: Permissions on screen capture recordings

2018-01-16 Thread Ryan Underwood
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

Re: Permissions on screen capture recordings

2018-01-15 Thread Mike Jumper
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

RE: Permissions on screen capture recordings

2018-01-15 Thread Ryan Underwood
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

Re: Permissions on screen capture recordings

2018-01-15 Thread Aaron Newsome
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

Re: Permissions on screen capture recordings

2018-01-14 Thread Aaron Newsome
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

Re: Permissions on screen capture recordings

2018-01-14 Thread Mike Jumper
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