Print this page
Code review comments from jeffpc

Split Close
Expand all
Collapse all
          --- old/usr/src/test/os-tests/tests/secflags/secflags_zonecfg.sh
          +++ new/usr/src/test/os-tests/tests/secflags/secflags_zonecfg.sh
↓ open down ↓ 3 lines elided ↑ open up ↑
   4    4  # This file and its contents are supplied under the terms of the
   5    5  # Common Development and Distribution License ("CDDL"), version 1.0.
   6    6  # You may only use this file in accordance with the terms of version
   7    7  # 1.0 of the CDDL.
   8    8  #
   9    9  # A full copy of the text of the CDDL should have accompanied this
  10   10  # source.  A copy of the CDDL is also available via the Internet at
  11   11  # http://www.illumos.org/license/CDDL.
  12   12  #
  13   13  
  14      -# Copyright 2015, Richald Lowe.
       14 +# Copyright 2015, Richard Lowe.
  15   15  
  16   16  # Verify that zones can be configured with security-flags
  17   17  LC_ALL=C                        # Collation is important
  18   18  
  19   19  expect_success() {
  20   20      name=$1
  21   21  
  22   22      (echo "create -b";
  23   23       echo "set zonepath=/$name.$$";
  24   24       cat /dev/stdin;
↓ open down ↓ 150 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX