mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 21:00:06 +00: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