Searched refs:rstchown (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/
H A Dfs_subr.c517 if (rstchown)
518 val = rstchown; /* chown restricted enabled */
/illumos-gate/usr/src/uts/common/sys/
H A Dsystm.h97 extern int rstchown; /* 1 ==> restrictive chown(2) semantics */
/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c431 int rstchown = 1; /* POSIX_CHOWN_RESTRICTED is enabled */ variable
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1920 if (rstchown)
1921 val = rstchown; /* chown restricted enabled */
/illumos-gate/usr/src/uts/common/os/
H A Dcred.c221 if (!rstchown)

Completed in 70 milliseconds