diff options
author | dh155122 <none@none> | 2007-02-17 22:21:28 -0800 |
---|---|---|
committer | dh155122 <none@none> | 2007-02-17 22:21:28 -0800 |
commit | bf1d7e28fd966a3f7e92b40aa301efdedc81ef7b (patch) | |
tree | f4fabae784f5f5d3e1c51aabf7c683b8f46a39f8 /usr/src/head | |
parent | bac8fa9cb4e49b18fc19e28fa7aeb18816da4f62 (diff) | |
download | illumos-gate-bf1d7e28fd966a3f7e92b40aa301efdedc81ef7b.tar.gz |
6516265 an exclusive zone with "limitpriv" other than "default" will panic the machine
6518710 sbd will not run with IP Instances putback to snv_57
Diffstat (limited to 'usr/src/head')
-rw-r--r-- | usr/src/head/libzonecfg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/head/libzonecfg.h b/usr/src/head/libzonecfg.h index 8272817020..83b70bc8e5 100644 --- a/usr/src/head/libzonecfg.h +++ b/usr/src/head/libzonecfg.h @@ -470,7 +470,7 @@ extern int zonecfg_enddevperment(zone_dochandle_t); /* * Privilege-related functions. */ -extern int zonecfg_default_privset(priv_set_t *); +extern int zonecfg_default_privset(priv_set_t *, const char *); extern int zonecfg_get_privset(zone_dochandle_t, priv_set_t *, char **); extern int zonecfg_get_limitpriv(zone_dochandle_t, char **); |