Yesterday, 03:45 PM
(This post was last modified: Yesterday, 03:47 PM by IandJelly. Edited 4 times in total.)
(Yesterday, 03:28 PM)TheDreadPirate Wrote: What is the output of "xattr -l" on each folder? The "@" at the end of the permissions indicates "extended attributes".The extended attributes are Selinux contexts.
Code:
Octal Permissions Size User Group Name
0775 drwxrwxr-x@ - jellyfin jellyfin /jellyfinmedia/movies
└── security.selinux: "unconfined_u:object_r:user_home_t:s0"
0775 drwxrwxr-x@ - jellyfin jellyfin /jellyfinmedia/shorts
└── security.selinux: "unconfined_u:object_r:user_home_t:s0"
0775 drwxrwxr-x@ - jellyfin jellyfin /jellyfinmedia/tv
└── security.selinux: "unconfined_u:object_r:user_home_t:s0"
The xattr -l shows the same for each folder:
Code:
security.selinux:
0000 75 6E 63 6F 6E 66 69 6E 65 64 5F 75 3A 6F 62 6A unconfined_u:obj
0010 65 63 74 5F 72 3A 75 73 65 72 5F 68 6F 6D 65 5F ect_r:user_home_
0020 74 3A 73 30 00 t:s0.
FYI the "user_home_t" type is due to /jellyfinmedia being a mount of a directory in my home partition. This is temporary before I will copy the content to a dedicated solution.