Sponsored Content
Full Discussion: Mac OS X
Top Forums UNIX for Dummies Questions & Answers Mac OS X Post 18132 by chenly on Monday 25th of March 2002 01:05:54 AM
Old 03-25-2002
Computer Clarification of loadc's post

OS X is Darwin underneath, which is to say that it employs the standard BSD UNIX networking stack. NetInfo is an application program which comes from NextStep/OpenStep and is defined by Apple thusly:

NetInfo is a directory system that is built into computers running Mac OS X and Mac OS X Server. It facilitates management of administrative information used by Mac OS X computers. For example, NetInfo lets you centralize information about users, printers, servers, and other network devices so that all Mac OS X computers on your network, or only some of them, can have access to it. It helps you set up and manage home directories for Mac OS X users on multiple, integrated Mac OS X Server systems. And it simplifies day-to-day management of administrative information by letting you upgrade information that's used across the network in one central place. For more information on NetInfo, see the document titled "Understanding and Using NetInfo," available at www.apple.com/macosx/server.
 

We Also Found This Discussion For You

1. OS X (Apple)

Let's get a .mac top level domain! As in www.xyz.mac

ICANN, the Internet Corporation for Assigned Names and Numbers, is inviting proposals for new sponsored top level domains. This may be wishful thinking, but isn't that a chance to push for a .mac top level domain (TLD)? I for one would VASTLY like the idea of having a domain of something.mac --... (0 Replies)
Discussion started by: ropers
0 Replies
MAC_IS_PRESENT(3)					   BSD Library Functions Manual 					 MAC_IS_PRESENT(3)

NAME
mac_is_present -- report whether the running system has MAC support LIBRARY
Standard C Library (libc, -lc) SYNOPSIS
#include <sys/mac.h> int mac_is_present(const char *policyname); DESCRIPTION
The mac_is_present() function determines whether the currently-running kernel supports MAC for a given policy or not. If policyname is non-NULL, the presence of the named policy (e.g. ``biba'', ``mls'', ``te'') is checked, otherwise the presence of any MAC policies at all is checked. RETURN VALUES
If the system supports the given MAC policy, the value 1 is returned. If the specified MAC policy is not supported, the value 0 is returned. If an error occurs, the value -1 is returned. ERRORS
[EINVAL] The value of policyname is not valid. [ENOMEM] Insufficient memory was available to allocate internal storage. SEE ALSO
mac(3), mac_free(3), mac_get(3), mac_prepare(3), mac_set(3), mac_text(3), mac(4), mac(9) HISTORY
Support for Mandatory Access Control was introduced in FreeBSD 5.0 as part of the TrustedBSD Project. BSD
July 7, 2006 BSD
All times are GMT -4. The time now is 06:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy