Unix file access via ACL not working
search cancel

Unix file access via ACL not working

book

Article ID: 272811

calendar_today

Updated On:

Products

ACF2 ACF2 - MISC ACF2 - z/OS ACF2 - DB2 Option ACF2 for zVM

Issue/Introduction

Client is at CARS 2306.  Access via ACL is set up on 2 systems identically. It is working on 1 system but not another.

On the non working system, a getfacl of one of the files shows this:

#file:  ober21.20230715.805114.log.001
#owner: IZUSVR
#group: IZUADMIN
user::rw-
group::r--
other::---
user:SDFUSER:r--
group:IZULOGS:r--

The TGR rule:
$KEY(IZULOGS) TYPE(TGR)
 UID(0792TPM*****ACIC) ALLOW

On the working system:

#file:  ober21.20230715.331701.log.001
#owner: IZUSVR
#group: IZUADMIN
user::rw-
group::r--
other::---
group:IZULOGS:r--

The TGR rule:

$KEY(IZULOGS) TYPE(TGR)
 UID(0792TPM******CIC) ALLOW

NOTE: The TGR rule on the non working system has an extra "A" in the UID string, but the same user is allowed access.

Following is seen in output of SHOW UNIXOPTS from the TSO ACF prompt:

"HFS SECURITY ACTIVE: NO  "

"HFSACL ACTIVE: YES "

 

Environment

Release : 16.0

Cause

unknown

Resolution

Root cause unknown. After reallocation of the zFS dataset and ACLs were setup again, GETFACL shows correct output on both systems.