]> git.saurik.com Git - apple/mdnsresponder.git/blob - mDNSMacOSX/PreferencePane/ConfigurationRights.h
mDNSResponder-107.6.tar.gz
[apple/mdnsresponder.git] / mDNSMacOSX / PreferencePane / ConfigurationRights.h
1 /*
2 File: ConfigurationRights.h
3
4 Abstract: Defines the rights we need, namely, (i) the right to write to
5 the system configuration settings for Dynamic DNS and Wide-Area DNS-SD,
6 and (ii) the right to write to the system keychain to store Dynamic DNS
7 shared secrets used to perform authorized updates to DDNS servers.
8 Right now these are both actually the same right: "system.preferences"
9
10 Copyright: (c) Copyright 2005 Apple Computer, Inc. All rights reserved.
11
12 Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc.
13 ("Apple") in consideration of your agreement to the following terms, and your
14 use, installation, modification or redistribution of this Apple software
15 constitutes acceptance of these terms. If you do not agree with these terms,
16 please do not use, install, modify or redistribute this Apple software.
17
18 In consideration of your agreement to abide by the following terms, and subject
19 to these terms, Apple grants you a personal, non-exclusive license, under Apple's
20 copyrights in this original Apple software (the "Apple Software"), to use,
21 reproduce, modify and redistribute the Apple Software, with or without
22 modifications, in source and/or binary forms; provided that if you redistribute
23 the Apple Software in its entirety and without modifications, you must retain
24 this notice and the following text and disclaimers in all such redistributions of
25 the Apple Software. Neither the name, trademarks, service marks or logos of
26 Apple Computer, Inc. may be used to endorse or promote products derived from the
27 Apple Software without specific prior written permission from Apple. Except as
28 expressly stated in this notice, no other rights or licenses, express or implied,
29 are granted by Apple herein, including but not limited to any patent rights that
30 may be infringed by your derivative works or by other works in which the Apple
31 Software may be incorporated.
32
33 The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO
34 WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED
35 WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A PARTICULAR
36 PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE OR IN
37 COMBINATION WITH YOUR PRODUCTS.
38
39 IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR
40 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
41 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
42 ARISING IN ANY WAY OUT OF THE USE, REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION
43 OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER UNDER THEORY OF CONTRACT, TORT
44 (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN IF APPLE HAS BEEN
45 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
46
47 Change History (most recent first):
48
49 $Log: ConfigurationRights.h,v $
50 Revision 1.2 2006/08/14 23:15:47 cheshire
51 Tidy up Change History comment
52
53 Revision 1.1 2005/02/05 01:59:19 cheshire
54 Add Preference Pane to facilitate testing of DDNS & wide-area features
55
56 */
57
58 #define UPDATE_SC_RIGHT "system.preferences"
59 #define EDIT_SYS_KEYCHAIN_RIGHT "system.preferences"