diff options
author | johnz <none@none> | 2008-08-01 22:40:33 -0700 |
---|---|---|
committer | johnz <none@none> | 2008-08-01 22:40:33 -0700 |
commit | cf170fc06cee7b670cc5ccf1fe83dce33fb2592b (patch) | |
tree | ac917a6ce4ae541523e82637a21e9787075a4ba2 /usr/src/uts/common | |
parent | f68cbde19e3ef99e6398b35f324dd995baa82758 (diff) | |
download | illumos-joyent-cf170fc06cee7b670cc5ccf1fe83dce33fb2592b.tar.gz |
6449514 move OpenSSL from /usr/sfw to /usr, /lib
6686002 move /usr/lib/libkmf and plugins to /lib - PSARC 2007/674
6686004 move libcryptoutil and libelfsign from /usr/lib to /lib - PSARC 2007/674
6700122 cryptosvc should be able to start before filesystem/usr
Diffstat (limited to 'usr/src/uts/common')
-rw-r--r-- | usr/src/uts/common/sys/crypto/elfsign.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/sys/crypto/elfsign.h b/usr/src/uts/common/sys/crypto/elfsign.h index bbf58b87f4..2c5e7f6107 100644 --- a/usr/src/uts/common/sys/crypto/elfsign.h +++ b/usr/src/uts/common/sys/crypto/elfsign.h @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -133,7 +133,7 @@ struct filesignatures { #ifndef _KERNEL -#define _PATH_KCFD_DOOR "/var/run/kcfd_door" +#define _PATH_KCFD_DOOR "/etc/svc/volatile/kcfd_door" #endif /* _KERNEL */ |