diff options
author | Marcel Telka <marcel@telka.sk> | 2022-01-26 21:41:22 +0100 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2022-02-01 14:14:50 -0500 |
commit | cf96e8bf1ffaa8e64318435100a5e29e9d7971c7 (patch) | |
tree | bf3571cbfdd7ade003dac9a16d5a8f835d801749 /usr/src/pkg | |
parent | e2d5561a2e4376608422303f917fd80a7ed70298 (diff) | |
download | illumos-joyent-cf96e8bf1ffaa8e64318435100a5e29e9d7971c7.tar.gz |
13663 fchmodat(AT_SYMLINK_NOFOLLOW) should work for non-symlinks
Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com>
Reviewed by: Patrick Mooney <pmooney@pfmooney.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/pkg')
-rw-r--r-- | usr/src/pkg/manifests/system-test-ostest.p5m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/system-test-ostest.p5m b/usr/src/pkg/manifests/system-test-ostest.p5m index 8f8f38407c..1f89619630 100644 --- a/usr/src/pkg/manifests/system-test-ostest.p5m +++ b/usr/src/pkg/manifests/system-test-ostest.p5m @@ -132,6 +132,8 @@ file path=opt/os-tests/tests/stackalign/stackalign.64 mode=0555 dir path=opt/os-tests/tests/stress file path=opt/os-tests/tests/stress/dladm-kstat mode=0555 dir path=opt/os-tests/tests/syscall +file path=opt/os-tests/tests/syscall/fchmodat.32 mode=0555 +file path=opt/os-tests/tests/syscall/fchmodat.64 mode=0555 file path=opt/os-tests/tests/syscall/open.32 mode=0555 file path=opt/os-tests/tests/syscall/open.64 mode=0555 dir path=opt/os-tests/tests/timer |