From 16ea7fd6e0f64231d9088f918677a2de9187041b Mon Sep 17 00:00:00 2001 From: Anthony Giorgio Date: Sat, 21 Oct 2023 21:33:50 -0400 Subject: [PATCH 1/2] Spelling, grammar, and formatting cleanup --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 336c63cb..637d5a3c 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,11 @@ Python interface into the RACF management application programming interface. ## Description -As automation becomes more and more prevalent, the need to manage the security environment programmaticaly increases. On z/OS that means managing a security product like the IBM Resource Access Control Facility(RACF). RACF is the primary facility for managing identity, authority, and access control for z/OS. There are more than 50 callable services with assembler interfaces that are part of the RACF API. The complete set of interfaces can be found at: +As automation becomes more and more prevalent, the need to manage the security environment programmatically increases. On z/OS that means managing a security product like the IBM Resource Access Control Facility (RACF). RACF is the primary facility for managing identity, authority, and access control for z/OS. There are more than 50 callable services with assembler interfaces that are part of the RACF API. - +[RACF callable services interfaces](http://publibz.boulder.ibm.com/epubs/pdf/ich2d112.pdf) - While there are a number of languages that can be used to manage RACF, (from low level lnaguages like Assembler to higher level languages like REXX), the need to have it in a language that is used to manage other platforms is paramount. The pyRACF project is focused on making the RACF management tasks available to Python programmers. This will make it easier to manage RACF from management tools like Ansible and Tekton. + While there are a number of languages that can be used to manage RACF, (from low level languages like Assembler to higher level languages like REXX), the need to have it in a language that is used to manage other platforms is paramount. The pyRACF project is focused on making the RACF management tasks available to Python programmers. This will make it easier to manage RACF from management tools like Ansible and Tekton. ## Getting Started @@ -28,7 +28,7 @@ As automation becomes more and more prevalent, the need to manage the security e * z/OS 2.4 and higher. * R_SecMgtOper (IRRSMO00): Security Management Operations. -* The appropriate RACF authorizations. Detail can be found at: +* [The appropriate RACF authorizations](https://www.ibm.com/docs/en/zos/2.5.0?topic=operations-racf-authorization) ### Installation From ae553264c3d7bb594fa192ea4766812589502551 Mon Sep 17 00:00:00 2001 From: Anthony Giorgio Date: Sat, 21 Oct 2023 21:38:25 -0400 Subject: [PATCH 2/2] Use public URL for IBM BCGs --- CODE_OF_CONDUCT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 5f854e00..97aa96a4 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,5 +1,5 @@ # Code of Conduct -All participants agree to abide by The Linux Foundation Code of Conduct available at . +All participants agree to abide by The [Linux Foundation Code of Conduct](http://events.linuxfoundation.org/code-of-conduct). -Additionally particpants agree to abide by the IBM Business Conduct Guidelines available at: +Additionally participants agree to abide by the [IBM Business Conduct Guidelines](https://www.ibm.com/investor/governance/business-conduct-guidelines).