|
Home About Us A-Z Index Search * Contact Us Register Login Press ShopThe Open Brand -- Problem Reporting and Interpretations System |
Problem Report 2077 Details
Show help | Quick Search | Submit a Test Suite Support Request | Click here to view your privileges
This page provides all information on Problem Report 2077.
Report 2077 Actions
Problem Report Number 2077 Submitter's Classification Test Suite problem State Resolved Resolution Test Suite Deficiency (TSD) Problem Resolution ID TSD.X.1048 Raised 1970-01-01 08:00 Updated 2003-03-13 08:00 Published 1998-04-06 08:00 Product Standard Internationalised System Calls and Libraries Extended V2 (UNIX 98) Certification Program The Open Brand certification program Test Suite VSTH version 5.1.2 Test Identification PTHR.os/all/General 4 Problem Summary TSD5TH.00045 This test fails because it tries to change the gid of the file to a group that vsx0 doesn't belong to. This requires appropriate privileges( i.e. root) on our implementation. The code looks like this... Problem Text
This test fails because it tries to change the gid of the file to a group that
vsx0 doesn't belong to. This requires appropriate privileges( i.e. root) on
our implementation. The code looks like this:
in routine fchown_sf()
p = tet_getvar("VSX_UID0");
Vsth_fchown_uid1 = (uid_t) atoi(p);
p = tet_getvar("VSX_GID1");
Vsth_fchown_gid1 = (gid_t) atoi(p);
p = tet_getvar("VSX_GID2");
Vsth_fchown_gid2 = (gid_t) atoi(p);
Then in routine fchown_tf()
rval = fchown(fd, Vsth_fchown_uid1, Vsth_fchown_gid1);
.
rval = fchown(fd, Vsth_fchown_uid1, Vsth_fchown_gid2);
for this to work the group file would have to look like this
vsxg1::2001:vsx1,vsx0
vsxg2::2002:vsx2,vsx0
This requirement is not discussed in the Action Points in sections 5.2.2
or 5.5.2.Test Output
************************************************************************
/tset/PTHR.os/all/General/T.General 4 Failed
Test Description:
All functions defined by POSIX.1 and the C Standard except the following
are thread safe:
.
All functions defined by POSIX.1 and the C Standard
except the following are thread safe
.
Testing fchown()
Rt_tries: 0, Rt_hits 0
Rt_enter: 16, Rt_exit 0
fchown() unresolved
.
************************************************************************Review Information
Review Type TSMA Review Start Date null Completed null Status Complete Review Recommendation No Resolution Given Review Response
We agree with the applicant and recommend that a waiver be granted on the
basis of a test suite deficiency.
Review Type SA Review Start Date null Completed null Status Complete Review Resolution Test Suite Deficiency (TSD) Review Conclusion
This is an agreed Test Suite Deficiency.
Problem Reporting System Options:
- View Report 2077
- List All PRs
- Search Reports
- Email the System Administrator
- View the The Open Brand Interpretations Database User Manual
Contact the Certification Authority