Home | History | Annotate | Download | only in pmodes
      1 /*
      2  * CDDL HEADER START
      3  *
      4  * The contents of this file are subject to the terms of the
      5  * Common Development and Distribution License (the "License").
      6  * You may not use this file except in compliance with the License.
      7  *
      8  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
      9  * or http://www.opensolaris.org/os/licensing.
     10  * See the License for the specific language governing permissions
     11  * and limitations under the License.
     12  *
     13  * When distributing Covered Code, include this CDDL HEADER in each
     14  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
     15  * If applicable, add the following below this CDDL HEADER, with the
     16  * fields enclosed by brackets "[]" replaced with your own identifying
     17  * information: Portions Copyright [yyyy] [name of copyright owner]
     18  *
     19  * CDDL HEADER END
     20  */
     21 /*
     22  * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
     23  * Use is subject to license terms.
     24  *
     25  * $Id: exceptions.h,v 1.11 2000/01/13 14:12:58 casper Exp $
     26  *
     27  * List of files/directories supposed to be group/world writable
     28  * May need to be updated for each OS release
     29  *
     30  */
     31 
     32 #pragma ident	"%Z%%M%	%I%	%E% SMI"
     33 
     34 	"/etc/dumpdates",
     35 	"/etc/lp",
     36 	"/var/mail/:saved",
     37 	"/var/preserve",
     38 	/*
     39 	 * Lp stuff is chmod'ed back by the lp system; prevent pkgchk errors
     40 	 * later by listing them here.
     41 	 */
     42 	"/etc/lp/Systems",
     43 	"/etc/lp/classes",
     44 	"/etc/lp/forms",
     45 	"/etc/lp/interfaces",
     46 	"/etc/lp/ppd",
     47 	"/etc/lp/printers",
     48 	"/etc/lp/pwheels",
     49 	"/var/lp",
     50 	"/var/lp/logs",
     51 	"/var/spool/lp",
     52 	"/var/spool/lp/admins",
     53 	"/var/spool/lp/fifos",
     54 	"/var/spool/lp/fifos/private",
     55 	"/var/spool/lp/fifos/public",
     56 	"/var/spool/lp/requests",
     57 	"/var/spool/lp/system",
     58 
     59 	/* CUPS */
     60 	"/var/cache/cups",
     61 
     62 	/* another strange logfile */
     63 	"/usr/oasys/tmp/TERRLOG",
     64 
     65 	/* /var/adm stuff added because std cron jobs for sys/adm expect this */
     66 	"/var/adm",
     67 	"/var/adm/acct",
     68 	"/var/adm/acct/fiscal",
     69 	"/var/adm/acct/nite",
     70 	"/var/adm/acct/sum",
     71 	"/var/adm/sa",
     72 	"/var/adm/spellhist",
     73 
     74 	/* 5.1, 5.2 */
     75 	"/devices/pseudo/clone:ip",
     76 	"/devices/pseudo/clone:ticlts",
     77 	"/devices/pseudo/clone:ticots",
     78 	"/devices/pseudo/clone:ticotsord",
     79 	"/devices/pseudo/clone:udp",
     80 	"/devices/pseudo/cn:console",
     81 	"/devices/pseudo/cn:syscon",
     82 	"/devices/pseudo/cn:systty",
     83 	"/devices/pseudo/log:conslog",
     84 	"/devices/pseudo/mm:null",
     85 	"/devices/pseudo/mm:zero",
     86 	"/devices/pseudo/sad:user",
     87 	"/devices/pseudo/sy:tty",
     88 	/* 5.3, 5.4, 5.5, ... */
     89 	"/devices/pseudo/clone@0:ip",
     90 	"/devices/pseudo/clone@0:ticlts",
     91 	"/devices/pseudo/clone@0:ticots",
     92 	"/devices/pseudo/clone@0:ticotsord",
     93 	"/devices/pseudo/clone@0:udp",
     94 	"/devices/pseudo/clone@0:tcp",
     95 	"/devices/pseudo/clone@0:rts",
     96 	"/devices/pseudo/cn@0:console",
     97 	"/devices/pseudo/cn@0:syscon",
     98 	"/devices/pseudo/cn@0:systty",
     99 	"/devices/pseudo/ksyms@0:ksyms",
    100 	"/devices/pseudo/log@0:conslog",
    101 	"/devices/pseudo/mm@0:null",
    102 	"/devices/pseudo/mm@0:zero",
    103 	"/devices/pseudo/sad@0:user",
    104 	"/devices/pseudo/sy@0:tty",
    105 
    106 	/* 5.6 .... */
    107 	"/devices/pseudo/tl@0:ticlts",
    108 	"/devices/pseudo/tl@0:ticots",
    109 	"/devices/pseudo/tl@0:ticotsord",
    110 
    111 	/* 5.8 (ipv6) ... */
    112 	"/devices/pseudo/arp@0:arp",
    113 	"/devices/pseudo/ip6@0:ip6",
    114 	"/devices/pseudo/ip@0:ip",
    115 	"/devices/pseudo/rts@0:rts",
    116 	"/devices/pseudo/tcp6@0:tcp6",
    117 	"/devices/pseudo/tcp@0:tcp",
    118 	"/devices/pseudo/udp6@0:udp6",
    119 	"/devices/pseudo/udp@0:udp",
    120 
    121 	/* 5.9 (sendmail 8.12) ... */
    122 	"/var/spool/clientmqueue",
    123