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

rfc15: IMP may linger post-shell to clean cgroup #431

Merged
merged 1 commit into from
Oct 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions spec_15.rst
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,9 @@ SHALL spawn the **job shell path** specified in :math:`J`, or a IMP
configuration default with the guest user credentials.

The IMP MUST remain active while the job shell executes and forward any
signals it receives to the shell as described below. Once the job shell has
terminated, the IMP MAY perform privileged clean-up tasks such as
signals it receives to the shell as described below. The IMP MAY remain
active until its cgroup is empty, if applicable. Once its signal forwarding
role is complete, the IMP MAY perform privileged clean-up tasks such as

- Finalize the PAM session

Expand Down
Loading