Home
last modified time | relevance | path

Searched refs:secpolicy_zone_config (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpolicy.h153 int secpolicy_zone_config(const cred_t *);
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c4435 if (secpolicy_zone_config(CRED()) != 0) in zone_create()
4818 if (secpolicy_zone_config(CRED()) != 0) in zone_boot()
4939 if (secpolicy_zone_config(CRED()) != 0) in zone_shutdown()
5207 if (secpolicy_zone_config(CRED()) != 0) in zone_destroy()
5726 if (secpolicy_zone_config(CRED()) != 0) in zone_setattr()
5922 if (secpolicy_zone_config(CRED()) != 0) in zone_enter()
7324 if (secpolicy_zone_config(CRED()) != 0) in zone_set_network()
H A Dpolicy.c1868 secpolicy_zone_config(const cred_t *cr) in secpolicy_zone_config() function
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c2393 if (secpolicy_zone_config(cr) != 0) in pr_szoneid()