Skip to content
Discussion options

You must be logged in to vote

Hi,
The issue does seem to be SELinux related.
With the file as you pasted, SELinux prevents the application from accessing the directory. This can be seen in the AVC logs:

$ sudo ausearch -m avc | grep minio
type=AVC msg=audit(1723099041.874:435): avc:  denied  { write } for  pid=122197 comm="minio" name="/" dev="loop12" ino=2 scontext=system_u:system_r:container_t:s0:c448,c710 tcontext=system_u:object_r:unlabeled_t:s0 tclass=dir permissive=0
type=AVC msg=audit(1723099041.874:436): avc:  denied  { write } for  pid=122197 comm="minio" name="/" dev="loop12" ino=2 scontext=system_u:system_r:container_t:s0:c448,c710 tcontext=system_u:object_r:unlabeled_t:s0 tclass=dir permissive=0
type=AVC m…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@skyblaster
Comment options

@rhatdan
Comment options

@skyblaster
Comment options

Answer selected by skyblaster
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants