-
Notifications
You must be signed in to change notification settings - Fork 145
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
Make the pidfile accessible by everyone #3252
base: main
Are you sure you want to change the base?
Conversation
To discuss here which of the added |
22ff571
to
f5768f3
Compare
83819a0
to
d2dafc9
Compare
d2dafc9
to
acb4820
Compare
d45af53
to
0dc6e94
Compare
0dc6e94
to
124aa95
Compare
@happz one question, in the related issue with the patch it's used |
Is your change here causing a regression? Or is your change here just making no difference WRT #2877? |
@lukaszachy I'd argue #3518 should go in first, because of tests/provision/facts/test-guest.sh changes, and there is also #3483 which is very related and maybe should be a prerequisite of this PR, as mentioned in #3252 (comment) |
d50ece9
to
231f7d8
Compare
Creates the pidfile at an accessible location for every user, this way the manage pidfile warning is avoided. Signed-off-by: mcasquer <mcasquer@redhat.com>
when it doesn't exist. Signed-off-by: mcasquer <mcasquer@redhat.com>
Also formats the pid directory creation command. Signed-off-by: mcasquer <mcasquer@redhat.com>
This way we avoid TestingFarm to set the old values. Signed-off-by: mcasquer <mcasquer@redhat.com>
in the pidfile creation. Also includes the super().setup() call to the setup GuestSsh function. Signed-off-by: mcasquer <mcasquer@redhat.com>
every time the user has no privileges Signed-off-by: mcasquer <mcasquer@redhat.com>
and fedora user Signed-off-by: mcasquer <mcasquer@redhat.com>
Signed-off-by: mcasquer <mcasquer@redhat.com>
…ation too. Signed-off-by: mcasquer <mcasquer@redhat.com>
Signed-off-by: mcasquer <mcasquer@redhat.com>
After properly setting the permissions and the access control list evrything should be world-writable. Signed-off-by: mcasquer <mcasquer@redhat.com>
Signed-off-by: mcasquer <mcasquer@redhat.com>
Signed-off-by: mcasquer <mcasquer@redhat.com>
Signed-off-by: mcasquer <mcasquer@redhat.com>
Signed-off-by: mcasquer <mcasquer@redhat.com>
Since it keeps the directory is directly mounted in the containers, removing the check should always execute the chmod and setfacl in the workdir directory. Signed-off-by: mcasquer <mcasquer@redhat.com>
Signed-off-by: mcasquer <mcasquer@redhat.com>
231f7d8
to
d7267f2
Compare
Creates the pidfile at an accessible location
for every user, this way the manage pidfile
warning is avoided.
Pull Request Checklist