Differences
This shows you the differences between two versions of the page.
|
server_management:file_permissions_and_security_context [2020/05/06 14:22] tech2admin created |
server_management:file_permissions_and_security_context [2020/05/06 14:27] (current) tech2admin [Security Context] |
||
|---|---|---|---|
| Line 86: | Line 86: | ||
| unconfined_u:object_r:public_content_rw_t:s0 crops_by_value_chain | unconfined_u:object_r:public_content_rw_t:s0 crops_by_value_chain | ||
| </code> | </code> | ||
| - | This output shows that the files/folders have the context type 'public_content_rw_t'. This a context type that gives processes read/write access if they have been granted access to that context type. | + | This output shows that the files/folders have the context type 'public_content_rw_t'. |
| + | |||
| + | Files labeled with the public_content_t type allow them to be read by FTP, Apache HTTP Server, Samba, and rsync. Files labeled with the public_content_rw_t type can be written to by FTP. | ||
| Another example of running the ''ls -Z'' command could show: | Another example of running the ''ls -Z'' command could show: | ||