xref: /titanic_44/usr/src/cmd/praudit/praudit.xcl (revision 047f6e6f42a3d50d3e38a05c00bf7dd3fafac726)
17c478bd9Sstevel@tonic-gate#
27c478bd9Sstevel@tonic-gate# CDDL HEADER START
37c478bd9Sstevel@tonic-gate#
47c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
5103b2b15Sgww# Common Development and Distribution License (the "License").
6103b2b15Sgww# You may not use this file except in compliance with the License.
77c478bd9Sstevel@tonic-gate#
87c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
97c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
107c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
117c478bd9Sstevel@tonic-gate# and limitations under the License.
127c478bd9Sstevel@tonic-gate#
137c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
147c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
157c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
167c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
177c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
187c478bd9Sstevel@tonic-gate#
197c478bd9Sstevel@tonic-gate# CDDL HEADER END
207c478bd9Sstevel@tonic-gate#
21103b2b15Sgww#
22*047f6e6fSgww# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
23103b2b15Sgww# Use is subject to license terms.
24103b2b15Sgww#
257c478bd9Sstevel@tonic-gatemsgid  ","
267c478bd9Sstevel@tonic-gatemsgstr
277c478bd9Sstevel@tonic-gatemsgid  ""
287c478bd9Sstevel@tonic-gatemsgstr
297c478bd9Sstevel@tonic-gatemsgid  "r"
307c478bd9Sstevel@tonic-gatemsgstr
317c478bd9Sstevel@tonic-gatemsgid  "stdin"
327c478bd9Sstevel@tonic-gatemsgstr
337c478bd9Sstevel@tonic-gatemsgid  "%-     "
347c478bd9Sstevel@tonic-gatemsgstr
357c478bd9Sstevel@tonic-gatemsgid  "%s"
367c478bd9Sstevel@tonic-gatemsgstr
377c478bd9Sstevel@tonic-gatemsgid  " "
387c478bd9Sstevel@tonic-gatemsgstr
397c478bd9Sstevel@tonic-gatemsgid  "%d"
407c478bd9Sstevel@tonic-gatemsgstr
417c478bd9Sstevel@tonic-gatemsgid  "s"
427c478bd9Sstevel@tonic-gatemsgstr
437c478bd9Sstevel@tonic-gatemsgid  "\n"
447c478bd9Sstevel@tonic-gatemsgstr
457c478bd9Sstevel@tonic-gatemsgid  "%s%s%d%s"
467c478bd9Sstevel@tonic-gatemsgstr
477c478bd9Sstevel@tonic-gatemsgid  "%s\n"
487c478bd9Sstevel@tonic-gatemsgstr
497c478bd9Sstevel@tonic-gatemsgid  "%d %d %s"
507c478bd9Sstevel@tonic-gatemsgstr
517c478bd9Sstevel@tonic-gatemsgid  "%d%s"
527c478bd9Sstevel@tonic-gatemsgstr
537c478bd9Sstevel@tonic-gatemsgid  ":"
547c478bd9Sstevel@tonic-gatemsgstr
557c478bd9Sstevel@tonic-gatemsgid  "%o"
567c478bd9Sstevel@tonic-gatemsgstr
577c478bd9Sstevel@tonic-gatemsgid  "0x%x"
587c478bd9Sstevel@tonic-gatemsgstr
597c478bd9Sstevel@tonic-gatemsgid  "%hd"
607c478bd9Sstevel@tonic-gatemsgstr
617c478bd9Sstevel@tonic-gatemsgid  "%"
627c478bd9Sstevel@tonic-gate       "llo"
637c478bd9Sstevel@tonic-gatemsgstr
647c478bd9Sstevel@tonic-gatemsgid  "%"
657c478bd9Sstevel@tonic-gate       "lld"
667c478bd9Sstevel@tonic-gatemsgstr
677c478bd9Sstevel@tonic-gatemsgid  "0x%"
687c478bd9Sstevel@tonic-gate       "llx"
697c478bd9Sstevel@tonic-gatemsgstr
707c478bd9Sstevel@tonic-gatemsgid  "0x"
717c478bd9Sstevel@tonic-gatemsgstr
727c478bd9Sstevel@tonic-gatemsgid  "%02x"
737c478bd9Sstevel@tonic-gatemsgstr
747c478bd9Sstevel@tonic-gatemsgid  "%s%d"
757c478bd9Sstevel@tonic-gatemsgstr
767c478bd9Sstevel@tonic-gatemsgid  "%u"
777c478bd9Sstevel@tonic-gatemsgstr
787c478bd9Sstevel@tonic-gatemsgid  "%"
797c478bd9Sstevel@tonic-gate       "llu"
807c478bd9Sstevel@tonic-gatemsgstr
817c478bd9Sstevel@tonic-gatemsgid  "%c"
827c478bd9Sstevel@tonic-gatemsgstr
837c478bd9Sstevel@tonic-gatemsgid  "0x%hx"
847c478bd9Sstevel@tonic-gatemsgstr
857c478bd9Sstevel@tonic-gatemsgid  "%ho"
867c478bd9Sstevel@tonic-gatemsgstr
877c478bd9Sstevel@tonic-gatemsgid  " %s=\""
887c478bd9Sstevel@tonic-gatemsgstr
897c478bd9Sstevel@tonic-gatemsgid  "<%s>"
907c478bd9Sstevel@tonic-gatemsgstr
917c478bd9Sstevel@tonic-gatemsgid  "<%s"
927c478bd9Sstevel@tonic-gatemsgstr
937c478bd9Sstevel@tonic-gatemsgid  "</%s>"
947c478bd9Sstevel@tonic-gatemsgstr
957c478bd9Sstevel@tonic-gatemsgid  "/>"
967c478bd9Sstevel@tonic-gatemsgstr
977c478bd9Sstevel@tonic-gatemsgstr
987c478bd9Sstevel@tonic-gatemsgid  "%C"
997c478bd9Sstevel@tonic-gatemsgstr
1007c478bd9Sstevel@tonic-gatemsgid  "%*s"
1017c478bd9Sstevel@tonic-gatemsgid  "<?xml version='1.0' encoding='UTF-8' ?>\n"
1027c478bd9Sstevel@tonic-gatemsgstr
1037c478bd9Sstevel@tonic-gatemsgid  "\n<!DOCTYPE audit PUBLIC "
1047c478bd9Sstevel@tonic-gate       "'-//Sun Microsystems, Inc.//DTD Audit V1//EN' "
1057c478bd9Sstevel@tonic-gate       "'file:///usr/share/lib/xml/dtd/adt_record.dtd.1'>\n\n"
1067c478bd9Sstevel@tonic-gatemsgstr
1077c478bd9Sstevel@tonic-gatemsgid  "<?xml-stylesheet type='text/xsl' "
1087c478bd9Sstevel@tonic-gate       "href='file:///usr/share/lib/xml/style/adt_record.xsl.1' ?>\n"
1097c478bd9Sstevel@tonic-gatemsgstr
1107c478bd9Sstevel@tonic-gatemsgid  "<audit>"
1117c478bd9Sstevel@tonic-gatemsgstr
1127c478bd9Sstevel@tonic-gatemsgid  "%s%s%s%s"
1137c478bd9Sstevel@tonic-gatemsgstr
1147c478bd9Sstevel@tonic-gatemsgid  "\n</audit>\n"
1157c478bd9Sstevel@tonic-gatemsgstr
1167c478bd9Sstevel@tonic-gatemsgid  "old_header"
1177c478bd9Sstevel@tonic-gatemsgstr
1187c478bd9Sstevel@tonic-gatemsgid  "record"
1197c478bd9Sstevel@tonic-gatemsgstr
1207c478bd9Sstevel@tonic-gatemsgid  "ip_address"
1217c478bd9Sstevel@tonic-gatemsgstr
1227c478bd9Sstevel@tonic-gatemsgid  "ip_port"
1237c478bd9Sstevel@tonic-gatemsgstr
1247c478bd9Sstevel@tonic-gatemsgid  "old_socket"
1257c478bd9Sstevel@tonic-gatemsgstr
1267c478bd9Sstevel@tonic-gatemsgid  "IPC_perm"
1277c478bd9Sstevel@tonic-gatemsgstr
1287c478bd9Sstevel@tonic-gatemsgid  "cmw_label"
1297c478bd9Sstevel@tonic-gatemsgstr
1307c478bd9Sstevel@tonic-gatemsgid  "information_label"
1317c478bd9Sstevel@tonic-gatemsgstr
1327c478bd9Sstevel@tonic-gatemsgid  "sensitivity_label"
1337c478bd9Sstevel@tonic-gatemsgstr
1347c478bd9Sstevel@tonic-gatemsgid  "use_of_privilege"
1357c478bd9Sstevel@tonic-gatemsgstr
1367c478bd9Sstevel@tonic-gatemsgid  "use_of_authorization"
1377c478bd9Sstevel@tonic-gatemsgstr
1387c478bd9Sstevel@tonic-gatemsgid  "X_atom"
1397c478bd9Sstevel@tonic-gatemsgstr
1407c478bd9Sstevel@tonic-gatemsgid  "X_object"
1417c478bd9Sstevel@tonic-gatemsgstr
1427c478bd9Sstevel@tonic-gatemsgid  "X_protocol"
1437c478bd9Sstevel@tonic-gatemsgstr
1447c478bd9Sstevel@tonic-gatemsgid  "X_selection"
1457c478bd9Sstevel@tonic-gatemsgstr
1467c478bd9Sstevel@tonic-gatemsgid  "X_color_map"
1477c478bd9Sstevel@tonic-gatemsgstr
1487c478bd9Sstevel@tonic-gatemsgid  "X_cursor"
1497c478bd9Sstevel@tonic-gatemsgstr
1507c478bd9Sstevel@tonic-gatemsgid  "X_font"
1517c478bd9Sstevel@tonic-gatemsgstr
1527c478bd9Sstevel@tonic-gatemsgid  "X_graphic_context"
1537c478bd9Sstevel@tonic-gatemsgstr
1547c478bd9Sstevel@tonic-gatemsgid  "X_pixmap"
1557c478bd9Sstevel@tonic-gatemsgstr
1567c478bd9Sstevel@tonic-gatemsgid  "X_property"
1577c478bd9Sstevel@tonic-gatemsgstr
1587c478bd9Sstevel@tonic-gatemsgid  "X_window"
1597c478bd9Sstevel@tonic-gatemsgstr
1607c478bd9Sstevel@tonic-gatemsgid  "X_client"
1617c478bd9Sstevel@tonic-gatemsgstr
1627c478bd9Sstevel@tonic-gatemsgid  "audit-uid"
1637c478bd9Sstevel@tonic-gatemsgstr
1647c478bd9Sstevel@tonic-gatemsgid  "uid"
1657c478bd9Sstevel@tonic-gatemsgstr
1667c478bd9Sstevel@tonic-gatemsgid  "gid"
1677c478bd9Sstevel@tonic-gatemsgstr
1687c478bd9Sstevel@tonic-gatemsgid  "ruid"
1697c478bd9Sstevel@tonic-gatemsgstr
1707c478bd9Sstevel@tonic-gatemsgid  "rgid"
1717c478bd9Sstevel@tonic-gatemsgstr
1727c478bd9Sstevel@tonic-gatemsgid  "pid"
1737c478bd9Sstevel@tonic-gatemsgstr
1747c478bd9Sstevel@tonic-gatemsgid  "sid"
1757c478bd9Sstevel@tonic-gatemsgstr
1767c478bd9Sstevel@tonic-gatemsgid  "tid"
1777c478bd9Sstevel@tonic-gatemsgstr
1787c478bd9Sstevel@tonic-gatemsgid  "event-modifier"
1797c478bd9Sstevel@tonic-gatemsgstr
1807c478bd9Sstevel@tonic-gatemsgid  "modifier"
1817c478bd9Sstevel@tonic-gatemsgstr
1827c478bd9Sstevel@tonic-gatemsgid  "event-type"
1837c478bd9Sstevel@tonic-gatemsgstr
1847c478bd9Sstevel@tonic-gatemsgid  "event"
1857c478bd9Sstevel@tonic-gatemsgstr
1867c478bd9Sstevel@tonic-gatemsgid  "token-version"
1877c478bd9Sstevel@tonic-gatemsgstr
1887c478bd9Sstevel@tonic-gatemsgid  "version"
1897c478bd9Sstevel@tonic-gatemsgstr
1907c478bd9Sstevel@tonic-gatemsgid  "time"
1917c478bd9Sstevel@tonic-gatemsgstr
1927c478bd9Sstevel@tonic-gatemsgid  "msec"
1937c478bd9Sstevel@tonic-gatemsgstr
1947c478bd9Sstevel@tonic-gatemsgid  "errval"
1957c478bd9Sstevel@tonic-gatemsgstr
1967c478bd9Sstevel@tonic-gatemsgid  "retval"
1977c478bd9Sstevel@tonic-gatemsgstr
1987c478bd9Sstevel@tonic-gatemsgid  "set-type"
1997c478bd9Sstevel@tonic-gatemsgstr
2007c478bd9Sstevel@tonic-gatemsgid  "xid"
2017c478bd9Sstevel@tonic-gatemsgstr
2027c478bd9Sstevel@tonic-gatemsgid  "xcreator-uid"
2037c478bd9Sstevel@tonic-gatemsgstr
2047c478bd9Sstevel@tonic-gatemsgid  "x_sel_text"
2057c478bd9Sstevel@tonic-gatemsgstr
2067c478bd9Sstevel@tonic-gatemsgid  "x_sel_type"
2077c478bd9Sstevel@tonic-gatemsgstr
2087c478bd9Sstevel@tonic-gatemsgid  "x_sel_data"
2097c478bd9Sstevel@tonic-gatemsgstr
2107c478bd9Sstevel@tonic-gatemsgid  "arg-num"
2117c478bd9Sstevel@tonic-gatemsgstr
2127c478bd9Sstevel@tonic-gatemsgid  "value"
2137c478bd9Sstevel@tonic-gatemsgstr
2147c478bd9Sstevel@tonic-gatemsgid  "desc"
2157c478bd9Sstevel@tonic-gatemsgstr
2167c478bd9Sstevel@tonic-gatemsgid  "mode"
2177c478bd9Sstevel@tonic-gatemsgstr
2187c478bd9Sstevel@tonic-gatemsgid  "fsid"
2197c478bd9Sstevel@tonic-gatemsgstr
2207c478bd9Sstevel@tonic-gatemsgid  "nodeid"
2217c478bd9Sstevel@tonic-gatemsgstr
2227c478bd9Sstevel@tonic-gatemsgid  "device"
2237c478bd9Sstevel@tonic-gatemsgstr
2247c478bd9Sstevel@tonic-gatemsgid  "seq-num"
2257c478bd9Sstevel@tonic-gatemsgstr
2267c478bd9Sstevel@tonic-gatemsgid  "argv"
2277c478bd9Sstevel@tonic-gatemsgstr
2287c478bd9Sstevel@tonic-gatemsgid  "arge"
2297c478bd9Sstevel@tonic-gatemsgstr
2307c478bd9Sstevel@tonic-gatemsgid  "arg"
2317c478bd9Sstevel@tonic-gatemsgstr
2327c478bd9Sstevel@tonic-gatemsgid  "env"
2337c478bd9Sstevel@tonic-gatemsgstr
2347c478bd9Sstevel@tonic-gatemsgid  "result"
2357c478bd9Sstevel@tonic-gatemsgstr
2367c478bd9Sstevel@tonic-gatemsgid  "creator-uid"
2377c478bd9Sstevel@tonic-gatemsgstr
2387c478bd9Sstevel@tonic-gatemsgid  "creator-gid"
2397c478bd9Sstevel@tonic-gatemsgstr
2407c478bd9Sstevel@tonic-gatemsgid  "seq"
2417c478bd9Sstevel@tonic-gatemsgstr
2427c478bd9Sstevel@tonic-gatemsgid  "key"
2437c478bd9Sstevel@tonic-gatemsgstr
2447c478bd9Sstevel@tonic-gatemsgid  "service_type"
2457c478bd9Sstevel@tonic-gatemsgstr
2467c478bd9Sstevel@tonic-gatemsgid  "len"
2477c478bd9Sstevel@tonic-gatemsgstr
2487c478bd9Sstevel@tonic-gatemsgid  "id"
2497c478bd9Sstevel@tonic-gatemsgstr
2507c478bd9Sstevel@tonic-gatemsgid  "offset"
2517c478bd9Sstevel@tonic-gatemsgstr
2527c478bd9Sstevel@tonic-gatemsgid  "time_to_live"
2537c478bd9Sstevel@tonic-gatemsgstr
2547c478bd9Sstevel@tonic-gatemsgid  "protocol"
2557c478bd9Sstevel@tonic-gatemsgstr
2567c478bd9Sstevel@tonic-gatemsgid  "cksum"
2577c478bd9Sstevel@tonic-gatemsgstr
2587c478bd9Sstevel@tonic-gatemsgid  "src_addr"
2597c478bd9Sstevel@tonic-gatemsgstr
2607c478bd9Sstevel@tonic-gatemsgid  "dest_addr"
2617c478bd9Sstevel@tonic-gatemsgstr
2627c478bd9Sstevel@tonic-gatemsgid  "type"
2637c478bd9Sstevel@tonic-gatemsgstr
2647c478bd9Sstevel@tonic-gatemsgid  "port"
2657c478bd9Sstevel@tonic-gatemsgstr
2667c478bd9Sstevel@tonic-gatemsgid  "addr"
2677c478bd9Sstevel@tonic-gatemsgstr
2687c478bd9Sstevel@tonic-gatemsgid  "sock_domain"
2697c478bd9Sstevel@tonic-gatemsgstr
2707c478bd9Sstevel@tonic-gatemsgid  "sock_type"
2717c478bd9Sstevel@tonic-gatemsgstr
2727c478bd9Sstevel@tonic-gatemsgid  "lport"
2737c478bd9Sstevel@tonic-gatemsgstr
2747c478bd9Sstevel@tonic-gatemsgid  "laddr"
2757c478bd9Sstevel@tonic-gatemsgstr
2767c478bd9Sstevel@tonic-gatemsgid  "fport"
2777c478bd9Sstevel@tonic-gatemsgstr
2787c478bd9Sstevel@tonic-gatemsgid  "faddr"
2797c478bd9Sstevel@tonic-gatemsgstr
2807c478bd9Sstevel@tonic-gatemsgid  "ipc-type"
2817c478bd9Sstevel@tonic-gatemsgstr
2827c478bd9Sstevel@tonic-gatemsgid  "ipc-id"
2837c478bd9Sstevel@tonic-gatemsgstr
2847c478bd9Sstevel@tonic-gatemsgid  "print"
2857c478bd9Sstevel@tonic-gatemsgstr
2867c478bd9Sstevel@tonic-gatemsgid  "count"
2877c478bd9Sstevel@tonic-gatemsgstr
288103b2b15Sgwwmsgid  "fmri"
289103b2b15Sgwwmsgstr
290*047f6e6fSgwwmsgid  "user"
291*047f6e6fSgwwmsgstr
292