Resource Access Control Facility
{{short description|Standard security product included in the z/OS operating system}}
{{More citations needed|date=August 2012}}
Resource Access Control Facility (RACF) is an IBM software security product that provides access control and auditing functions for the z/OS and z/VM operating systems.{{Cite book |last=Winnard 1 |title=IBM z/OS V2R2: Security |year=December 2015 |isbn=0738441279}} RACF was introduced in 1976.{{cite web|url=http://www.ibm.com/eserver/zseries/racf|title=IBM RACF |website=IBM | accessdate = August 17, 2012 | ref=IBMRACF}} Originally called RACF it was renamed to z/OS Security Server (RACF), although many mainframe professionals still refer to it as RACF.{{Cite web|date=2015-07-02|title=z/OS Security Server (RACF)|url=https://www.ibm.com/docs/en/zos/2.2.0?topic=sets-zos-security-server-racf|access-date=2021-08-06|website=www.ibm.com|language=en-us}}
- Identification and verification of a user via user id and password check (authentication)
- Identification, classification and protection of system resources
- Maintenance of access rights to the protected resources (access control)
- Controlling the means of access to protected resources
- Logging of accesses to a protected system and protected resources (auditing)
RACF establishes security policies rather than just permission records. It can set permissions for file patterns—that is, set the permissions even for files that do not yet exist. Those permissions are then used for the file (or other object) created at a later time.
Community
There is a long established technical support community for RACF based around a LISTSERV operated out of the University of Georgia. The list is called RACF-L which is described as RACF Discussion List. The email address of the listserv is RACF-L@LISTSERV.UGA.EDU and can also be viewed via a webportal at https://listserv.uga.edu/scripts/wa-UGA.exe .{{Cite web|date=2013-09-28|title=Internet sources|url=https://www.ibm.com/docs/en/zos/2.1.0?topic=osi-internet-sources-1|access-date=2021-08-06|website=www.ibm.com|language=en-us}}{{Cite web|title=LISTSERV - LISTSERV Archives - LISTSERV.UGA.EDU|url=https://listserv.uga.edu/scripts/wa-UGA.exe?INDEX|access-date=2021-08-06|website=listserv.uga.edu}}
Books
The first text book published (first printing December 2007) aimed at giving security professionals an introduction to the concepts and conventions of how RACF is designed and administered was Mainframe Basics for Security Professionals: Getting Started with RACF by Ori Pomerantz, Barbara Vander Weele, Mark Nelson, and Tim Hahn.{{Cite book|url=https://www.worldcat.org/oclc/213380831|title=Mainframe basics for security professionals: getting started with RACF|date=2008|publisher=IBM Press|author=Ori Pomerantz|isbn=978-0-13-173856-0|location=Upper Saddle River, NJ|oclc=213380831}}
Evolution
RACF has continuously evolved{{cite web|url=http://www-03.ibm.com/systems/z/os/zos/features/racf/racfhist.html|archive-url=https://web.archive.org/web/20110806013534/http://www-03.ibm.com/systems/z/os/zos/features/racf/racfhist.html|url-status=dead|archive-date=August 6, 2011|title=IBM RACF - The History of RACF | accessdate = August 17, 2012}} to support such modern security features as digital certificates/public key infrastructure services, LDAP interfaces, and case sensitive IDs/passwords. The latter is a reluctant concession to promote interoperability with other systems, such as Unix and Linux. The underlying zSeries (now IBM Z) hardware works closely with RACF. For example, digital certificates are protected within tamper-proof cryptographic processors. Major mainframe subsystems, especially Db2, use RACF to provide multi-level security (MLS).
Its primary competitors have been ACF2 and TopSecret, both now produced by CA Technologies.Jeffrey Yost, "The Origin and Early History of the Computer Security Software Products Industry," IEEE Annals of the History of Computing 37 no. 2 (2015): 46-58 [https://dx.doi.org/10.1109/MAHC.2015.21 doi]
References
{{reflist}}
External links
- [http://publib.boulder.ibm.com/infocenter/zos/basics/index.jsp?topic=/com.ibm.zos.zsecurity/zsecc_042.htm What is RACF?]
- [https://www.rshconsulting.com/racfinfo/RSH_Consulting__RACF_Overview__JANUARY_2020.pdf RACF - An Overview]
{{Authentication APIs}}
Category:IBM mainframe operating systems
Category:Operating system security
Category:IBM mainframe technology
{{Computer-security-stub}}