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

Allow runc to access setattr on the fifo_file #59

Merged
merged 1 commit into from
Dec 17, 2018
Merged

Allow runc to access setattr on the fifo_file #59

merged 1 commit into from
Dec 17, 2018

Conversation

EmilienM
Copy link

It was initially done in f6c7f41 but
the access on unconfined_service_t is missing as well.

See containers/podman#1980 (comment)

Closes containers/podman#1980

It was initially done in f6c7f41 but
the access on unconfined_service_t is missing as well.

See containers/podman#1980 (comment)

Closes containers/podman#1980
@EmilienM
Copy link
Author

ping @rhatdan

@@ -515,8 +515,9 @@ optional_policy(`
optional_policy(`
unconfined_domain(container_runtime_t)
unconfined_run_to(container_runtime_t, container_runtime_exec_t)
role_transition unconfined_r container_runtime_exec_t system_r;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are you deleting this line?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not removing this line, I'm adding unconfined_service_t into that line.

@rhatdan
Copy link
Member

rhatdan commented Dec 17, 2018

LGTM

@rhatdan rhatdan merged commit 125faa2 into containers:master Dec 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants