Permissions on the root dir in AWS AMI have changed #12187
Labels
No labels
after freeze
automation
backlog
blocked
change-ack
change-nak
change-noreleng
changes
Closed As
Can't Fix
Closed As
Duplicate
Closed As
Fixed
Closed As
Fixed with Explanation
Closed As
Get back later
Closed As
Grooming
Closed As
Insufficient data
Closed As
Invalid
Closed As
It's all good
Closed As
taiga
Closed As
upstream
day-to-day
dev
docs
easyfix
epel
f26
f27
f28
f29
f30
f31
f32
f33
f34
f35
f36
f37
f38
f39
f40
f41
f42
f43
f44
f45
fedora
groomed
high-gain
high-trouble
in-progress
in-review
investigation
legal
low-gain
low-trouble
mass rebuild
medium-gain
medium-trouble
meeting
mini-initiative
new_artifact
ops
pdc_retirement
rawhide
RCA
review
script
sidetarget
sprint-0
sprint-1
sprint-2
sprint-3
sprint-4
sprint-5
unfrozen
waiting on external
Backlog Status
Needs Review
Backlog Status
Ready
chore
documentation
points
01
points
02
points
03
points
05
points
08
points
13
Priority
High
Priority
Low
Priority
Medium
release-process
Sprint Status
Blocked
Sprint Status
Done
Sprint Status
In Progress
Sprint Status
Review
Sprint Status
To Do
Technical Debt
Work Item
Bug
Work Item
Epic
Work Item
Spike
Work Item
Task
Work Item
User Story
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
releng/tickets#12187
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The '/' dir of test hosts has recently gained write perm for both user and group:
Access: (0775/drwxrwxr-x) Uid: ( 0/ root) Gid: ( 0/ root)Permission bits should be 0555, per the filesystem rpm.
I see this change in several recent Fedora-Cloud-Base-AmazonEC2.x86_64-Rawhide-... in AWS.
This change has broken the CI tests for the openssh rpm. The change probably happened sometime between Apr 17 and May 10, based on when openssh PR tests started failing
When do you need this? (YYYY/MM/DD)
When is this no longer needed or useful? (YYYY/MM/DD)
If we cannot complete your request, what is the impact?
CI tests will continue to fail for the openssh rpm, which might make desirable changes take longer to merge, or might result in a broken change being merged, depending on how closely the test results are examined.
To make matters more complicated, if I locally build an image using kiwi, the resulting image's root directory will have mode 0755. If I download an image artifact from a Zuul build, the root dir also has mode 0755.
I'm only seeing the bad mode in instances that I launch in AWS. And since the ctime of the root dir roughly matches the build time of the image, it doesn't seem like the mode is being broken after launching the image (so, probably not cloud-init)
Metadata Update from @phsmoura:
@osinside any idea what's happening here?
Is the permission set properly in the latest composes?