-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
Add configurable log paths and address log path permission concerns #555
Labels
Comments
jshort
added a commit
to jshort/EternalTerminal
that referenced
this issue
Dec 20, 2022
Fixes MisterTea#555 (Tribute to Colin McRae)
jshort
added a commit
to jshort/EternalTerminal
that referenced
this issue
Dec 20, 2022
jshort
added a commit
to jshort/EternalTerminal
that referenced
this issue
Dec 20, 2022
Fixes MisterTea#555 (Tribute to Colin McRae)
jshort
added a commit
to jshort/EternalTerminal
that referenced
this issue
Dec 20, 2022
jshort
added a commit
to jshort/EternalTerminal
that referenced
this issue
Dec 20, 2022
jshort
added a commit
to jshort/EternalTerminal
that referenced
this issue
Dec 20, 2022
jshort
added a commit
to jshort/EternalTerminal
that referenced
this issue
Dec 21, 2022
jshort
added a commit
to jshort/EternalTerminal
that referenced
this issue
Dec 21, 2022
jshort
added a commit
to jshort/EternalTerminal
that referenced
this issue
Dec 21, 2022
Fixes MisterTea#555 (Tribute to Colin McRae)
jshort
added a commit
to jshort/EternalTerminal
that referenced
this issue
Dec 21, 2022
jshort
added a commit
to jshort/EternalTerminal
that referenced
this issue
Dec 21, 2022
Fixes MisterTea#555 (Tribute to Colin McRae)
jshort
added a commit
to jshort/EternalTerminal
that referenced
this issue
Dec 21, 2022
jshort
added a commit
to jshort/EternalTerminal
that referenced
this issue
Dec 22, 2022
jshort
added a commit
to jshort/EternalTerminal
that referenced
this issue
Jan 13, 2023
Fixes MisterTea#555 (Tribute to Colin McRae)
jshort
added a commit
to jshort/EternalTerminal
that referenced
this issue
Jan 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a feature request to allow an ini-config based and/or cxxopts way to change the location of the log files from /tmp to a directory of your choice:
/var/log/et for the server side.
directory, but old logs should be deleted after some time.
Alternatively client logs can be placed into /run/user//et-logs
or a similar location.
O_NOFOLLOW|O_EXCL|O_CREAT
should also be added to open() flags. Ifopen fails then it should be retried with alternative filenames until
it succeeds.
only have 0600 permissions i.e. read and write permission for the
owner to avoid leaking information to other users on the system.
The text was updated successfully, but these errors were encountered: