|
|
mac_get_pid(3) -- get the label of a file, socket, socket peer or process
|
|
The mac_get_file() system call returns the label associated with a file specified by pathname. The mac_get_fd() system call returns the label associated with an object referenced by the specified file... |
|
mac_get_proc(3) -- get the label of a file, socket, socket peer or process
|
|
The mac_get_file() system call returns the label associated with a file specified by pathname. The mac_get_fd() system call returns the label associated with an object referenced by the specified file... |
|
mac_is_present_np(3) -- report whether the running system has MAC support
|
|
The mac_is_present_np() function determines whether the currently-running kernel supports MAC for a given policy or not. If policyname is non-NULL, the presence of the named policy (e.g. ``biba'', `... |
|
mac_prepare(3) -- allocate appropriate storage for mac_t
|
|
The mac_prepare family of functions allocates the appropriate amount of storage and initializes *mac for use by mac_get(3). When the resulting label is passed into the mac_get(3) functions, the kernel... |
|
mac_prepare_file_label(3) -- allocate appropriate storage for mac_t
|
|
The mac_prepare family of functions allocates the appropriate amount of storage and initializes *mac for use by mac_get(3). When the resulting label is passed into the mac_get(3) functions, the kernel... |
|
mac_prepare_ifnet_label(3) -- allocate appropriate storage for mac_t
|
|
The mac_prepare family of functions allocates the appropriate amount of storage and initializes *mac for use by mac_get(3). When the resulting label is passed into the mac_get(3) functions, the kernel... |
|
mac_prepare_process_label(3) -- allocate appropriate storage for mac_t
|
|
The mac_prepare family of functions allocates the appropriate amount of storage and initializes *mac for use by mac_get(3). When the resulting label is passed into the mac_get(3) functions, the kernel... |
|
mac_set(3) -- set the MAC label for a file or process
|
|
The mac_set_file() and mac_set_fd() functions associate a MAC label specified by label to the file referenced to by path_p, or to the file descriptor fd, respectively. Note that when a file descriptor... |
|
mac_set_fd(3) -- set the MAC label for a file or process
|
|
The mac_set_file() and mac_set_fd() functions associate a MAC label specified by label to the file referenced to by path_p, or to the file descriptor fd, respectively. Note that when a file descriptor... |
|
mac_set_file(3) -- set the MAC label for a file or process
|
|
The mac_set_file() and mac_set_fd() functions associate a MAC label specified by label to the file referenced to by path_p, or to the file descriptor fd, respectively. Note that when a file descriptor... |
|
mac_set_link(3) -- set the MAC label for a file or process
|
|
The mac_set_file() and mac_set_fd() functions associate a MAC label specified by label to the file referenced to by path_p, or to the file descriptor fd, respectively. Note that when a file descriptor... |
|
mac_set_proc(3) -- set the MAC label for a file or process
|
|
The mac_set_file() and mac_set_fd() functions associate a MAC label specified by label to the file referenced to by path_p, or to the file descriptor fd, respectively. Note that when a file descriptor... |
|
mac_text(3) -- convert MAC label to/from text representation
|
|
The mac_from_text() function converts the text representation of a label into the internal policy label format (mac_t) and places it in *mac, which must later be freed with free(3). The mac_to_text() ... |