diff options
| author | Valerie Bubb Fenwick <Valerie.Fenwick@Oracle.COM> | 2010-05-04 11:34:09 -0700 |
|---|---|---|
| committer | Valerie Bubb Fenwick <Valerie.Fenwick@Oracle.COM> | 2010-05-04 11:34:09 -0700 |
| commit | 9b009fc1b553084f6003dcd46b171890049de0ff (patch) | |
| tree | 4754b6aaf31ae2429a831953a81f2c9a5c05b8f0 /usr/src/tools/codesign | |
| parent | c87dd6b73ce417a1c364f2b85436755e8e3ade21 (diff) | |
| download | illumos-joyent-9b009fc1b553084f6003dcd46b171890049de0ff.tar.gz | |
PSARC/2010/146 EOF unnecessary elfsign and kCF options
6855881 clean up unnecessary technology from elfsign and kcf
Diffstat (limited to 'usr/src/tools/codesign')
| -rw-r--r-- | usr/src/tools/codesign/creds | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/usr/src/tools/codesign/creds b/usr/src/tools/codesign/creds index 37b268e9ff..4cba87e03d 100644 --- a/usr/src/tools/codesign/creds +++ b/usr/src/tools/codesign/creds @@ -18,20 +18,13 @@ # CDDL HEADER END # # -# Copyright 2007 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. -# -# ident "%Z%%M% %I% %E% SMI" +# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. # # The following is a list of regular expressions that are matched against # the (temporary) signature on a crypto module created during the build # process. The first regular expression that matches is used to select the # signing credential to use for the file. # -# Order is important: Files marked UsageLimited will also match the -# "Solaris Cryptographic Framework" entry. -# # Credential name Regular expression # --------------- ------------------ -CryptoLimited_v2 UsageLimited Crypto_v2 Solaris Cryptographic Framework |
