Skip to content
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

Ensure session recordings are not duplicated #4

Closed
spbnick opened this issue Feb 26, 2016 · 0 comments
Closed

Ensure session recordings are not duplicated #4

spbnick opened this issue Feb 26, 2016 · 0 comments
Labels
Milestone

Comments

@spbnick
Copy link
Member

spbnick commented Feb 26, 2016

Implement limiting recording to one per session.

Perhaps have a tlog-only-writable directory (tlog-rec will be SUID when #5 is fixed) with files named after session IDs, containing tlog-rec PIDs. Session IDs uniquely identify logins within a single system boot. Tlog-rec also uses them in its JSON messages.

So, if tlog-rec is started and finds that this session already has a file in
that directory, and the process with the stored PID is alive, it just drops the
privileges and execs the user shell.

@spbnick spbnick modified the milestone: Tech Preview Feb 26, 2016
@spbnick spbnick added the risky label Feb 26, 2016
@spbnick spbnick modified the milestones: v3, Tech Preview Jan 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant