mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 16:42:10 +02:00
Add chown() syscall and a simple /bin/chown program.
This commit is contained in:
@@ -314,3 +314,8 @@ KResult SynthFSInode::chmod(mode_t)
|
||||
{
|
||||
return KResult(-EPERM);
|
||||
}
|
||||
|
||||
KResult SynthFSInode::chown(uid_t, gid_t)
|
||||
{
|
||||
return KResult(-EPERM);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user