Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/
H A Dfs_subr.c488 if (rstchown) in fs_pathconf()
489 val = rstchown; /* chown restricted enabled */ in fs_pathconf()
/titanic_50/usr/src/uts/common/sys/
H A Dsystm.h97 extern int rstchown; /* 1 ==> restrictive chown(2) semantics */
/titanic_50/usr/src/uts/common/conf/
H A Dparam.c431 int rstchown = 1; /* POSIX_CHOWN_RESTRICTED is enabled */ variable
/titanic_50/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1920 if (rstchown) in fifo_pathconf()
1921 val = rstchown; /* chown restricted enabled */ in fifo_pathconf()
/titanic_50/usr/src/uts/common/os/
H A Dcred.c219 if (!rstchown) in cred_init()