Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   matchmediacon    ( 3 )

получить контекст безопасности SELinux по умолчанию для указанного типа медиафайла из политики (get the default SELinux security context for the specified mediatype from the policy)

Имя (Name)

matchmediacon - get the default SELinux security context for the specified mediatype from the policy


Синопсис (Synopsis)

#include <selinux/selinux.h>

int matchmediacon(const char *media, char **con);


Описание (Description)

matchmediacon() matches the specified media type with the media contexts configuration and sets the security context con to refer to the resulting context.

Note: Caller must free returned security context con using freecon(3).


Возвращаемое значение (Return value)

Returns 0 on success or -1 otherwise.


Файлы (Files)

/etc/selinux/{POLICYTYPE}/contexts/files/media


Смотри также (See also)

selinux(8), freecon(3)