forked from Bananymous/banan-os
Kernel: Add basic Credentials for the system
Now filesystem access/open, etc confirm that you have access for rwxs
This commit is contained in:
@@ -58,7 +58,7 @@ void list_directory(const char* path)
|
||||
}
|
||||
else
|
||||
{
|
||||
printf("%s %d %s", mode_string(st.st_mode), st.st_size, dirent->d_name);
|
||||
printf("%s %6d %s", mode_string(st.st_mode), st.st_size, dirent->d_name);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user