BritishTeapot
d4e86c8620
Reorgised the code
2025-03-31 14:33:43 +02:00
BritishTeapot
57091bf0ce
Made create to grant permissions automatically.
...
Creating files grants permanent permissions to them now. This makes
sense because if a program creates a new file, then it clearly can't
steal any data. This is particularly useful for programs which open an
obscene amount of auxilary files (e.g. neovim with a huge amount of
plugins).
2025-03-30 19:48:11 +02:00
BritishTeapot
da37376fde
Added permission checks for chmod, link, rename and chown
...
Those clearly need to ask for permissions.
2025-03-24 17:11:01 +01:00
BritishTeapot
67a148c7aa
Fixed inverted access control permissions bug.
...
Fixed an (admitedly quite silly) bug that caused the access control
descisions to be inverted.
2025-03-18 10:03:32 +01:00
BritishTeapot
0cc9140aa3
Skeleton for the process tables implementation
...
Wrote a skeleton for the future process table implemntation. Aslo
slightly edited the ui-socket interface.
2025-03-17 10:54:01 +01:00
BritishTeapot
d7c20a5d5f
Added proper license headers
2025-03-10 18:09:05 +01:00
5f5b7ffda6
Separated main and operations for testing
2025-02-10 11:16:42 +01:00