Function: set-file-selinux-context

Set SELinux context of file named FILENAME to CONTEXT.
CONTEXT should be a list (USER ROLE TYPE RANGE), where the list
elements are strings naming the components of a SELinux context.

This function does nothing if SELinux is disabled, or if Emacs was not
compiled with SELinux support.
(fn FILENAME CONTEXT)