Skip to content

Commit

Permalink
images/centos: Remove security.selinux extended attributes
Browse files Browse the repository at this point in the history
Signed-off-by: Din Music <[email protected]>
  • Loading branch information
MusicDin committed Sep 6, 2024
1 parent a366532 commit cf62534
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions images/centos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,16 @@ actions:
releases:
- 9-Stream

- trigger: post-unpack
action: |-
#!/bin/sh
# Remove security.selinux xattr.
find / -xdev -exec setfattr -x security.selinux {} 2>/dev/null \;
types:
- container
releases:
- 9-Stream

- trigger: post-packages
action: |-
#!/bin/sh
Expand Down

0 comments on commit cf62534

Please sign in to comment.