mirror of
https://github.com/SELinuxProject/selinux
synced 2025-02-09 06:07:28 +00:00
This patch allows you to disable/Enable policy modules. It never seems to get upstreamed. :^( Signed-off-by: Joshua Brindle <method@manicmethod.com>
13 lines
357 B
C
13 lines
357 B
C
#ifndef _SEMANAGE_MODULE_INTERNAL_H_
|
|
#define _SEMANAGE_MODULE_INTERNAL_H_
|
|
|
|
#include <semanage/modules.h>
|
|
#include "dso.h"
|
|
|
|
hidden_proto(semanage_module_get_name)
|
|
hidden_proto(semanage_module_get_version)
|
|
hidden_proto(semanage_module_get_enabled)
|
|
hidden_proto(semanage_module_info_datum_destroy)
|
|
hidden_proto(semanage_module_list_nth)
|
|
#endif
|