diff options
author | Andy Fiddaman <omnios@citrus-it.co.uk> | 2021-10-29 14:25:17 +0000 |
---|---|---|
committer | Andy Fiddaman <omnios@citrus-it.co.uk> | 2021-11-23 18:12:15 +0000 |
commit | a28480febf31f0e61debac062a55216a98a05a92 (patch) | |
tree | a6f43a36f9f9e7de8d8743949815e17b7012b08f /usr/src/pkg | |
parent | b0de25cb23668fa4535078d18a0618eee442c000 (diff) | |
download | illumos-joyent-a28480febf31f0e61debac062a55216a98a05a92.tar.gz |
14208 zoneadmd should not inherit zoneadm's environment
Reviewed by: Robert Mustacchi <rm+illumos@fingolfin.org>
Reviewed by: Gergő Mihály Doma <domag02@gmail.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Jason King <jason.brian.king@gmail.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/pkg')
-rw-r--r-- | usr/src/pkg/manifests/SUNWcs.man4.inc | 2 | ||||
-rw-r--r-- | usr/src/pkg/manifests/system-test-ostest.p5m | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/SUNWcs.man4.inc b/usr/src/pkg/manifests/SUNWcs.man4.inc index 3c959adf09..0dd3795067 100644 --- a/usr/src/pkg/manifests/SUNWcs.man4.inc +++ b/usr/src/pkg/manifests/SUNWcs.man4.inc @@ -12,9 +12,11 @@ # # Copyright 2011, Richard Lowe # Copyright 2012 Nexenta Systems, Inc. All rights reserved. +# Copyright 2021 OmniOS Community Edition (OmniOSce) Association. # file path=usr/share/man/man4/Intro.4 +link path=usr/share/man/man4/TIMEZONE.4 target=init.4 file path=usr/share/man/man4/audit.log.4 file path=usr/share/man/man4/audit_class.4 file path=usr/share/man/man4/audit_event.4 diff --git a/usr/src/pkg/manifests/system-test-ostest.p5m b/usr/src/pkg/manifests/system-test-ostest.p5m index 967e8f1384..8f8f38407c 100644 --- a/usr/src/pkg/manifests/system-test-ostest.p5m +++ b/usr/src/pkg/manifests/system-test-ostest.p5m @@ -49,6 +49,12 @@ dir path=opt/os-tests/tests/ddi_ufm file path=opt/os-tests/tests/ddi_ufm/ufm-test mode=0555 file path=opt/os-tests/tests/ddi_ufm/ufm-test-cleanup mode=0555 file path=opt/os-tests/tests/ddi_ufm/ufm-test-setup mode=0555 +dir path=opt/os-tests/tests/definit +file path=opt/os-tests/tests/definit/definit mode=0555 +file path=opt/os-tests/tests/definit/definit_test.32 mode=0555 +file path=opt/os-tests/tests/definit/definit_test.64 mode=0555 +file path=opt/os-tests/tests/definit/init.data mode=0444 +file path=opt/os-tests/tests/definit/init.expected mode=0444 file path=opt/os-tests/tests/epoll_test mode=0555 file path=opt/os-tests/tests/eventfd.32 mode=0555 file path=opt/os-tests/tests/eventfd.64 mode=0555 |