I. Overview

%%{init: { 'theme': 'base', 'themeVariables': { 'edgeLabelBackground': '#fff' }}}%%
flowchart LR
    A["Unwritten, assumed norms\nfor using company devices"] -- "Need for an enforceable,\nsigned baseline" --> B["Formal Acceptable Use\nof Assets Policy"]
    style A fill:#f9f9f9,stroke:#333,stroke-width:3px
    style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px

Definition: An Acceptable Use of Assets Policy (AUP) is the document that sets the rules for how employees, contractors, and third parties may use company-owned IT assets — laptops, mobile devices, email accounts, cloud storage, and network access.

Features:
( Ownership ) Maintained by the CISO or IT security team and enforced jointly with HR, since violations can trigger disciplinary action.
( Audit Basis ) Gives the organization a documented basis for monitoring, restricting, and disciplining misuse.
( Legal Standing ) Holds up in an audit, a legal dispute, or a termination-for-cause case where informal expectations would not.
( Scope ) Covers company-owned devices, accounts, cloud storage, and network access across employees and third parties.

II. Structure & Process

sequenceDiagram
    participant Security as "Security/GRC Team"
    participant HR as "HR"
    participant Committee as "ISMS Steering Committee"
    participant Employee as "Employee"

    Security->>HR: "Draft policy and align with disciplinary process"
    HR->>Committee: "Submit for review and approval"
    Committee->>Security: "Approve and set annual review cycle"
    Security->>Employee: "Distribute policy and collect acknowledgment"
    Employee->>Security: "Sign attestation at onboarding and on update"
FieldDescription
Scope of AssetsDevices, accounts, and services covered — laptops, mobile devices, email, cloud storage, network access.
Permitted UseBusiness use and reasonable incidental personal use, clearly bounded.
Prohibited ActivitiesUnauthorized software installation, unlicensed media, illegal content, harassment, personal commercial activity.
Monitoring & Privacy NoticeStatement that company assets and traffic may be logged, inspected, or monitored.
BYOD ProvisionsRules for personally owned devices accessing corporate data, if permitted.
Consequences of ViolationDisciplinary escalation path, up to termination and legal referral.
Acknowledgment RequirementSignature or digital attestation required at onboarding and on policy update.
Exception ProcessHow a business unit requests a deviation, and who approves it.

The AUP is drafted by security with HR input, approved by the ISMS steering committee, and reissued for signature whenever materially revised — typically on an annual cycle or after a significant incident prompts a scope change.

III. Best Practices & Comparison

DocumentPrimary PurposeReview CadenceOwner
Acceptable Use of Assets PolicyDefine permitted/prohibited use of company IT assetsAnnualCISO / GRC team
Password PolicySet authentication strength requirementsAnnualCISO / GRC team
Information Classification PolicyDefine sensitivity tiers for handling dataAnnual or on data inventory changeData owners, security team
  • Require signed acknowledgment at onboarding and after every material revision, not just once at hire.
  • State the monitoring and privacy notice explicitly to avoid disputes over expectation of privacy.
  • Keep prohibited-activity language specific enough to be enforceable, not just aspirational.
  • Align disciplinary consequences with HR’s existing progressive-discipline framework.
  • Review annually and after any incident that exposes a gap in current asset-use rules.

Related: Password Policy, Information Classification Policy.

Last updated 18 Aug 2026, 00:00 UTC. history