This document describes the design for implementing property lists and access control lists (ACLs) in the AdvFS file system on HP-UX. It proposes storing small ACLs directly in file metadata, while larger ACLs are stored using a property list infrastructure. Property list files will initially use a simple flat file layout for ease of implementation, and may later transition to a more scalable B-tree indexed layout. The design aims to provide an efficient and scalable way to store up to 1024 property list elements and ACL entries per file.