>> The use of a config file to determine permissions/ownership is
>> not foreign to the kernel or filesystems.
> Name one use of configuration files for local
> permissions/ownership on Unix/Linux.
1. Start with /etc/passwd which determines ownership of the actual
user accounts not just on Linux but on every UNIX compatible
operating system I've seen. Add /etc/group and /etc/shadow (if
applicable) to that.
2. Have a look at /etc/securetty which determines the ownership of
terminals that the superuser can log into.
3. Have a look at /etc/hosts.{allow,deny,equiv} which determine
which hosts have permission to access your system.
That's without applying any thought to the matter...
Best wishes from Riley.
+----------------------------------------------------------------------+
| There is something frustrating about the quality and speed of Linux |
| development, ie., the quality is too high and the speed is too high, |
| in other words, I can implement this XXXX feature, but I bet someone |
| else has already done so and is just about to release their patch. |
+----------------------------------------------------------------------+
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/