added: functions: chmod, chown
git-svn-id: svn://ttmath.org/publicrep/winix/trunk@587 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -216,12 +216,13 @@ void Content::MakeStandardFunction()
|
||||
else
|
||||
if( request.pfunction->code == FUN_UNAME )
|
||||
FunUname();
|
||||
*/
|
||||
else
|
||||
if( request.pfunction->code == FUN_CHMOD )
|
||||
FunChmod();
|
||||
FunPriv();
|
||||
else
|
||||
if( request.pfunction->code == FUN_CHOWN )
|
||||
FunChown();*/
|
||||
FunPriv();
|
||||
else
|
||||
request.status = Error::permission_denied;
|
||||
|
||||
@@ -268,6 +269,8 @@ void Content::MakePost()
|
||||
break;
|
||||
|
||||
case FUN_PRIV:
|
||||
case FUN_CHMOD:
|
||||
case FUN_CHOWN:
|
||||
PostFunPriv();
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user