tassopsaltakis / FilOS

The Friendly Python OS
https://github.com/tassopsaltakis/FilOS/
1 stars 1 forks source link

User Access #7

Open tassopsaltakis opened 6 months ago

tassopsaltakis commented 6 months ago

The logged-in user can access the root directory and control the system as an SU.

tassopsaltakis commented 6 months ago

Found a temporary fix that actually works well to block all interaction between system disks if there is an existing system already in place.

Now I just need to create a group based policy module to develop base user groups on the system.

tassopsaltakis commented 6 months ago

image

things are getting closer to working...

tassopsaltakis commented 6 months ago

I created a new /config dir in the /root directory. This holds the groups and users' text files. Su is working; the group mechanism is working. Now, I need to implement the group mechanism system-wide.

tassopsaltakis commented 5 months ago

With the release of 0.03 I can blow off the dust on this issue and begin implementing the new group policy system built for 0.03. It still needs to be tweaked alot but there will be ALOT of changes these next few days. Might not post them all right away but will post when I can.