airport problem

Rick Thomas yellowdog-general@lists.terrasoftsolutions.com
Sun Jul 13 10:58:01 2003


John,

In the /etc/group file, make a group (call it, say, "trusted") and 
put your three trusted users in it.

Then make the /etc/resolv.conf permissions

-rw-rw-r--    1 root     trusted       234 Jul 12 09:11 /etc/resolv.conf

If you _really_ want to lock things down, don't put anybody in the 
"trusted" group.  Just make the script that copies it setgid to 
"trusted".

Rick

On Saturday, July 12, 2003, at 09:06 PM, John Howland wrote:

> The office script copies a resolv.conf file to /etc/resolv.conf to 
> setup
> DNS servers and domain search lists for the wire connection.  All other
> possible connections are DHCP which do not need this.  This 
> requires unsafe
> permissions of
>
> [jhowland@Amalthea jhowland]$ l /etc/resolv*
> -rw-rw-rw-    1 root     root          234 Jul 12 09:11 
> /etc/resolv.conf
> -rw-r--r--    1 root     root           74 Jun 18 10:44 
> /etc/resolv.conf-office
>
> for /etc/resolv.conf but this is acceptable as the machine has but 
> 3 trusted
> users (two of which don't know what /etc/resolv.conf and file 
> permissions
> are).