<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-dsmullen-ppd-architecture-00" category="info" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.28.1 -->
  <front>
    <title abbrev="PPDArch">Privacy Preference Declaration for Home Networks</title>
    <seriesInfo name="Internet-Draft" value="draft-dsmullen-ppd-architecture-00"/>
    <author fullname="Daniel Smullen">
      <organization>CableLabs</organization>
      <address>
        <email>d.smullen@cablelabs.com</email>
      </address>
    </author>
    <date year="2025" month="May" day="21"/>
    <keyword>next generation</keyword>
    <keyword>unicorn</keyword>
    <keyword>sparkling distributed ledger</keyword>
    <abstract>
      <?line 37?>

<t>This document proposes a framework that empowers users to define and enforce privacy policies within their home networks through a Privacy Preference Declaration (PPD) protocol.
As connected devices proliferate, this approach enhances user control by enabling user-defined privacy settings for different data types, automatic policy discovery by new devices, and accountability measures such as notifications, network restrictions, or perhaps reporting non-compliance with users' defined preferences to designated authorities.
The framework aims to cultivate a privacy-conscious home network environment through clear, enforceable privacy governance.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://drspangle.github.io/draft-smullen-ppd-architecture/draft-dsmullen-ppd-architecture.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-dsmullen-ppd-architecture/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/drspangle/draft-smullen-ppd-architecture"/>.</t>
    </note>
  </front>
  <middle>
    <?line 43?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>The rapid growth of Internet-connected devices in the home has introduced new and often overwhelming challenges to personal privacy.
While many of these devices collect sensitive data by design, the tools offered to users to understand or control that collection are fragmented, confusing, or entirely absent.
When privacy settings do exist, they are often buried in obscure menus, expressed in legal or technical jargon, and lack the contextual clarity needed to support meaningful decision-making.</t>
      <t>This results in a deeply flawed model: users are expected to defend their own privacy across a chaotic landscape of inconsistent, ad hoc controls—many of which are ineffective or misleading.
At the same time, device vendors face growing pressure to meet user expectations and comply with evolving privacy regulations.
In response, they often develop bespoke privacy mechanisms that are complex to implement, difficult to maintain, and ultimately fail to provide users with clarity or confidence.
These mechanisms are typically built in isolation, without shared patterns or cross-device consistency, leading to privacy interfaces that are overengineered, underused, and poorly aligned with real user needs.</t>
      <t><xref target="RFC7258"/> frames mass data collection as a technical threat, urging protocol designers to limit exposure through encryption and data minimization.
While this principle is crucial in adversarial, internet-scale contexts, the model proposed in this document takes a different approach: rather than hiding data flows, it seeks to govern them.
Privacy here is not achieved by making devices blind, but by ensuring they are accountable to user-defined preferences.</t>
      <t>This shift benefits both users and developers.
End users gain the ability to make contextual, informed privacy decisions without being overwhelmed by constant prompts or opaque controls.
Developers, in turn, are provided with a clearer, more predictable way to meet privacy expectations—reducing the need to reinvent complex and often inadequate consent and configuration systems.
What is needed is not more prompts or disclaimers, but a coherent mechanism for devices to retrieve, interpret, and respect user-directed privacy choices.</t>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <?line -18?>

<t>Privacy, as framed in this document, is not centered on anonymity or data minimization in the abstract, but rather on empowering users to understand and shape how their data is collected, used, and shared within their home networks.
This framework introduces a definition of privacy grounded in two core pillars: transparency and user control.
Transparency requires individuals to be provided with a clear and comprehensive understanding of what data is being collected by devices in their environment, how that data is processed and shared, and under what conditions.
This understanding must be accessible and meaningful to non-expert users, ensuring that privacy decisions are made with full awareness of their implications.
User control refers to the ability of individuals to define and enforce privacy preferences across the entire device ecosystem within their home.
Control must be both actionable and enforceable, enabling users to express nuanced policies—such as permitting temperature data collection while prohibiting third-party sharing—and ensuring that devices are held accountable to these expectations.</t>
      <t>The perspective of this document stands in contrast to the approach taken in <xref target="RFC6973"/>, which emphasizes privacy as the reduction of observability, linkability, and identifiability within protocol design.
<xref target="RFC6973"/> recommends minimizing data collection and anonymizing information wherever possible, framing privacy primarily as a technical safeguard against unwanted inference.
In this framework, by contrast, privacy is not defined solely by what is withheld, but by what is understood and governed by the user.
In emphasizing user agency and data governance, this work finds conceptual alignment with <xref target="RFC8280"/>, which frames privacy as a fundamental human right that protocol designers should consider.
<xref target="RFC8280"/> underscores the importance of enabling user autonomy and informed decision-making, values that resonate strongly with this document’s goals.
However, the perspective of this document is more operationally focused: rather than advocating for abstract rights-respecting design principles, it proposes a concrete architectural approach to operationalize those rights within the home environment.
Where <xref target="RFC8280"/> calls for privacy-supportive capabilities in protocol design, this document seeks to instantiate those capabilities through specific, enforceable mechanisms that allow users to express, distribute, and apply their privacy preferences in practice.
Ultimately, this framework reconceives privacy not as a static property to be preserved by systems, but as a dynamic relationship between users and their devices—one that must be actively mediated through transparency and meaningful control.</t>
      <section anchor="privacy">
        <name>Privacy</name>
        <t>Privacy is not about anonymity, but about providing end users with the ability to be aware of how their data is being collected, used, and shared.
It aims to empower users with the knowledge and tools necessary to manage their personal information effectively.</t>
      </section>
      <section anchor="transparency">
        <name>Transparency</name>
        <t>Transparency holds that users possess a clear and comprehensive understanding of what data is collected, how it is utilized, and how it is shared by devices within their network.
It involves making the data practices of devices visible and comprehensible to ensure users are fully informed.</t>
      </section>
      <section anchor="user-control">
        <name>User Control</name>
        <t>User control empowers users to exert meaningful influence over the data collection and dissemination practices of these devices.
It ensures that users have the capability to define their privacy preferences and enforce policies that align with their comfort levels and expectations.</t>
      </section>
    </section>
    <section anchor="limitations-of-existing-mechanisms">
      <name>Limitations of Existing Mechanisms</name>
      <t>Current mechanisms for managing data privacy within the home environment exhibit limitations.</t>
      <section anchor="device-specific-configurations">
        <name>Device-specific Configurations</name>
        <t>Individual devices often employ unique privacy settings, thereby complicating user management of privacy across the entire network.
This complexity can inadvertently lead to unintended data sharing</t>
      </section>
      <section anchor="ineffective-and-unusable-user-interfaces">
        <name>Ineffective and Unusable User Interfaces</name>
        <t>Navigating and configuring privacy settings on individual devices can be a time-consuming and frustrating experience for users.
These ineffective interfaces often lead users to habitually agree to relax their privacy preferences without fully understanding the implications of their decisions.
This fosters a general resignation towards privacy management, making it difficult for users to exert meaningful control over their personal data and ultimately compromising their privacy expectations.</t>
      </section>
      <section anchor="dnt-and-p3p">
        <name>DNT and P3P</name>
        <t>Protocols like Do Not Track (DNT) and Platform for Privacy Preferences Project (P3P) have not achieved widespread adoption and have proven inadequate for addressing nuanced privacy needs.
These protocols lack the granularity required to express fine-grained user preferences and may not effectively prevent unintended data collection or sharing.
For instance, consider a smart security camera within a home network.
While DNT or P3P can signal a user's general preference not to be tracked or share data, they do not enable users to specify detailed privacy settings, such as allowing the camera to record video but not audio, or restricting data sharing to only within the home network.
Users need more precise control options to manage their privacy effectively and ensure their preferences are respected across different devices and contexts.
These limitations, coupled with the increasing complexity of the IoT ecosystem, hinder the effective exercise of user control over their data within the home environment and pose a significant threat to user privacy.</t>
      </section>
    </section>
    <section anchor="vision">
      <name>Vision</name>
      <t>This document proposes a framework aimed at changing how users express their privacy preferences within their home network.
The new paradigm aspires to achieve a seamless and user-friendly experience, where privacy settings do not hinder the use of devices, reduce the burden of configuration management, and eliminate the need to navigate through long, unintelligible legal-language privacy policies.
By simplifying the process for defining privacy preferences, this approach aims to alleviate privacy fatigue and combat the pervasive feelings of resignation that users often experience regarding their privacy choices.
This will empower users to make informed decisions without duress, fostering greater trust and confidence in integrating internet-of-things devices into their homes.
In essence, the vision is to provide users with intuitive mechanisms for expressing privacy preferences, thus ensuring their concerns are addressed effectively and promoting a more private home environment.</t>
      <section anchor="use-case-smart-thermostat-with-location-tracking">
        <name>Use Case: Smart Thermostat with Location Tracking</name>
        <t>Scenario: A user purchases a smart thermostat that offers location-based temperature adjustments.</t>
        <t>User Preference: The user desires temperature adjustments based on their presence at home but wishes to prevent the thermostat from collecting and transmitting precise location data.</t>
        <t>Expected Outcome: The PPD protocol allows the user to define a policy where the thermostat can only determine presence/absence within the home without collecting precise GPS coordinates.
The thermostat must clearly inform the user of this limitation and any potential impact on functionality (e.g., less precise temperature adjustments).
Regulatory frameworks such as the General Data Protection Regulation (GDPR) in the EU and the California Consumer Privacy Act (CCPA) in the U.S. already require companies to obtain explicit consent before collecting and processing sensitive personal data, including precise location information.
The PPD protocol ensures that consent is gathered in a manner that is transparent and comprehensible to the user, preventing scenarios where users might feel pressured or overwhelmed by the decision-making process.</t>
        <t>This protocol empowers individuals to make educated choices regarding their privacy settings by offering clear and concise information about data collection practices, potential risks, and benefits.
It places the user in control, fostering an environment where privacy decisions are made without duress, thus promoting confidence and trust in integrating internet-of-things devices into their daily lives.</t>
      </section>
      <section anchor="use-case-smart-speaker-with-selective-voice-recording-retention">
        <name>Use Case: Smart Speaker with Selective Voice Recording Retention</name>
        <t>Scenario: A user gets a smart speaker that can record and store voice data.</t>
        <t>User Preference: The user wants to keep general conversations for service improvement but prefers sensitive information to be selectively deleted and not retained.</t>
        <t>Expected Outcome: The PPD protocol enables the user to configure the speaker to identify and delete recordings containing sensitive information while retaining other voice data as long as necessary.
The speaker must inform the user about its data collection and storage practices, providing an option to manage selective deletion.</t>
        <t>This outcome significantly enhances the user experience by ensuring privacy preferences are respected seamlessly within the context of their own network.
Users can manage their sensitive information without needing to reveal details to the smart speaker service, which means the user's privacy is upheld.
The smart speaker service only sees the retention preferences, avoiding the risks associated with handling sensitive data, including the preferences themselves which may be considered sensitive.</t>
        <t>Moreover, this streamlined approach means that device manufacturers do not need to expend resources on developing special user interfaces for managing these preferences.
Instead, the preferences are integrated within the home network, allowing for a cohesive and user-friendly experience.
This integration prevents the need for users to navigate separate interfaces or endure educational prompts to manage their privacy settings, fostering a smoother and more intuitive interaction with the device.</t>
      </section>
      <section anchor="use-case-home-security-camera-with-facial-recognition">
        <name>Use Case: Home Security Camera with Facial Recognition</name>
        <t>Scenario: A user installs a home security camera with facial recognition capabilities.</t>
        <t>User Preference: The user desires facial recognition for security purposes but wishes to restrict the storage of captured images and the use of facial recognition data for any purpose other than security within the home.</t>
        <t>Expected Outcome: The PPD protocol allows the user to configure the camera to only store and process facial recognition data for security purposes within the home network and prohibits the sharing of this data with third parties.</t>
        <t>This approach provides numerous benefits for both the camera manufacturer and the user.
For the user, it ensures that their privacy preferences are respected and that their personal data is used solely for the intended security purposes.
By having control over the storage and usage of their facial recognition data, users can feel more secure and confident in their privacy being upheld.
This can lead to a higher level of trust in the device and its manufacturer.</t>
        <t>For the camera manufacturer, implementing such a protocol reduces the risk of data breaches and the misuse of sensitive facial recognition data, which can lead to legal complications and damage to their reputation.
It streamlines the development process, as they do not need to create complex user interfaces for managing these preferences.
Instead, integrating the PPD protocol within the home network allows for seamless and user-friendly privacy management.
This approach can also make the product more attractive to privacy-conscious consumers, increasing its marketability and potentially leading to higher sales.
This outcome showcases a mutually beneficial relationship where user privacy is prioritized, and manufacturers can offer a more privacy-preserving and appealing product.</t>
      </section>
    </section>
    <section anchor="goals">
      <name>Goals</name>
      <section anchor="enhance-user-control">
        <name>Enhance User Control</name>
        <ul spacing="normal">
          <li>
            <t>Empower users with the ability to define and enforce clear, concise, and easily understandable privacy policies for their home networks.</t>
          </li>
          <li>
            <t>Provide users with the means to effectively exercise control over the collection, use, and dissemination of their personal data by devices within their home network.</t>
          </li>
        </ul>
      </section>
      <section anchor="promote-interoperability">
        <name>Promote Interoperability</name>
        <ul spacing="normal">
          <li>
            <t>Establish a standardized mechanism for devices from diverse manufacturers to discover and adhere to user-defined privacy policies, thereby facilitating consistent privacy management across the home network.</t>
          </li>
        </ul>
      </section>
      <section anchor="enable-flexibility">
        <name>Enable Flexibility</name>
        <ul spacing="normal">
          <li>
            <t>Provide a framework that allows for the customization of privacy policies to accommodate the unique privacy requirements and preferences of individual users and households.</t>
          </li>
        </ul>
      </section>
      <section anchor="facilitate-transparency">
        <name>Facilitate Transparency</name>
        <ul spacing="normal">
          <li>
            <t>Ensure that devices within the home network are obligated to provide clear and concise information regarding their data collection and usage practices to users.</t>
          </li>
          <li>
            <t>Establish a mechanism for users to easily understand the implications of their privacy policy settings on the functionality of devices within their home network.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="scope">
      <name>Scope</name>
      <t>This document focuses on defining a high-level architectural framework for a Privacy Preference Declaration (PPD) protocol specifically designed for home network environments.
This document concentrates on the conceptual framework, key architectural components, and fundamental principles for enabling users to express and enforce their privacy preferences on devices within their home networks.</t>
      <t>This document does not delve into specific implementation details, such as message formats, data structures, security algorithms, or user interface design.
Furthermore, this document does not address enforcement mechanisms, legal and regulatory considerations, or specific security protocols.</t>
      <t>Specific implementation details and message formats will be addressed in subsequent RFCs.
This document aims to be complementary to existing and future standards related to home networking, IoT security, and data privacy.</t>
      <t>This document provides the foundation for subsequent work, including:</t>
      <ul spacing="normal">
        <li>
          <t>Privacy Preference Declaration Taxonomy: This document will define a taxonomy of privacy preference categories and attributes, including a mechanism for registration and management of these categories.</t>
        </li>
        <li>
          <t>Privacy Preference Declaration Protocol Specification: This document will specify the message formats, data structures, and communication procedures for the PPD protocol, including mechanisms for device discovery, policy retrieval, and compliance reporting.</t>
        </li>
      </ul>
    </section>
    <section anchor="architecture-overview">
      <name>Architecture Overview</name>
      <section anchor="assumptions">
        <name>Assumptions</name>
        <t>This document makes the following assumptions:</t>
        <ul spacing="normal">
          <li>
            <t>User Control: It is assumed that users have a reasonable level of control over their home network infrastructure.
This includes the ability to configure routers, install software updates, and manage device access to the network.
This control is essential for users to effectively manage their privacy preferences and enforce them on devices within their home network.</t>
          </li>
          <li>
            <t>Resource Constraints: It is assumed that the home network environment and devices operating therein have resource limitations, such as limited processing power and bandwidth.
We limit this assumption by considering that the PPD protocol and its associated mechanisms should be designed with these constraints in mind, minimizing overhead and ensuring efficient operation even on resource-constrained devices.</t>
          </li>
          <li>
            <t>Security Considerations: It is assumed that home networks in scope of this document are susceptible to typical security threats, including insider threats (or non-malicious misconfiguration) and vulnerability to local attacks.
We limit this assumption by considering specific security threats to protect user privacy and the integrity of the privacy policy.
This includes considerations for secure policy dissemination, device authentication, and protection against unauthorized access and modification of privacy preferences.</t>
          </li>
          <li>
            <t>Single User Policy: This document assumes that each device implementing the protocol is governed by a single, unified privacy policy defined by its primary user.
While other individuals within the same physical environment (e.g., household) may have different privacy preferences, the protocol is designed with the expectation that a device conforms to the policy established by its primary user.
Future extensions could explore mechanisms for managing and reconciling multiple user-defined policies on a single device, particularly in shared or multi-user environments.</t>
          </li>
          <li>
            <t>Policy Agreement: It is assumed that devices joining the network are expected not only to retrieve the household privacy policy but also to explicitly agree to abide by its terms.
This agreement forms a crucial part of the association process and is essential for ensuring device compliance with user privacy preferences. Failing to agree to the policy is a failure to adhere to the protocol.</t>
          </li>
          <li>
            <t>Policy Enforcement: At a minimum, devices must acknowledge that they have received and reviewed the user's privacy policy.
This acknowledgment provides a basic mechanism for users to ensure device accountability and decide whether to onboard it onto the network.
Future extensions could introduce more robust enforcement mechanisms to address non-compliance, such as network access restrictions or reporting to a designated authority.
These measures would enhance the integrity of the privacy framework and reinforce user trust.</t>
          </li>
        </ul>
      </section>
      <section anchor="key-components">
        <name>Key Components</name>
        <t>User Interface: A user-friendly interface (e.g., mobile app, web portal) for creating and managing privacy preferences.</t>
        <t>Preference Repository: A secure and reliable mechanism for storing user preferences (e.g., local device, cloud service).</t>
        <t>Declaration Protocol: A standardized protocol for devices to:</t>
        <ul spacing="normal">
          <li>
            <t>Discover and retrieve user-defined privacy policies.</t>
          </li>
          <li>
            <t>Report their data collection and sharing practices.</t>
          </li>
          <li>
            <t>Request user consent for specific data uses.</t>
          </li>
        </ul>
        <t>Enforcement Mechanisms: Mechanisms for devices to enforce user-defined privacy restrictions.</t>
      </section>
      <section anchor="data-flows">
        <name>Data Flows</name>
        <t>This section outlines the high-level data interactions between users, devices, and the Preference Repository in the Privacy Preference Declaration (PPD) framework.
It describes how privacy preferences are defined by users, retrieved by devices, and used to guide behavior in a home network environment.</t>
        <t>The process begins when a user defines a set of privacy preferences that apply to their household.
These preferences may express rules such as which types of data may be collected, under what conditions data may be processed or shared, or which retention practices are acceptable.
The design of the user interface used to author these preferences, including its presentation, usability, or input modalities, is out of scope for this document, and will be addressed separately.
Likewise, the underlying vocabulary and structure of the privacy preferences, including data categories and associated constraints, is specified in (Privacy Preference Declaration Taxonomy).</t>
        <t>Once created, the user’s preferences are stored in a secure Preference Repository, which may reside locally on a networked controller or be accessible through other trusted infrastructure.
When a new device joins the home network, it initiates an onboarding process during which it discovers the repository and establishes a secure channel.
Following onboarding, the device performs association, which involves retrieving the household privacy policy and issuing a formal acknowledgment of its terms.
Devices may optionally report their data handling declarations to the repository at this stage.</t>
        <t>If a device seeks to perform actions not permitted under the baseline policy, for example, collecting or sharing data beyond what the user has authorized may initiate a consent request workflow.
However, the design and behavior of this consent mechanism is explicitly out of scope for this document.
Inappropriate or poorly designed consent flows, such as those that involve excessive prompting, ambiguous language, or misleading options, can inadvertently pressure users into accepting data practices that conflict with their preferences.
Even without malicious intent, these experiences may degrade trust and lead to outcomes inconsistent with user expectations.
Future specifications should ensure that consent interactions are clear, proportionate, and respectful, helping users make informed decisions without friction or fatigue.</t>
        <t>When the household policy is updated, or when a device’s previous association has expired, the device is required to re-associate by re-retrieving and accepting the latest version of the policy.
Reassociation ensures that devices remain accountable to current user expectations over time.
Devices are not expected to re-collect consent for data uses already covered by existing, valid consent.</t>
        <t>To support efficient transmission of privacy policies, consent records, and compliance data (particularly in constrained environments typical of home IoT systems) a compact, machine-readable encoding is recommended.
<xref target="RFC8949"/>, offers an efficient format for structured data that is well-suited for this context.
CBOR balances low-overhead serialization with the ability to represent extensible and semantically rich policy structures.
While this document does not mandate any specific encoding, CBOR should be considered as a candidate for future protocol-level message formats.</t>
        <t>It is important to note that the minimum requirement under this architecture is limited to the discovery, retrieval, and formal acknowledgment of the user’s privacy policy.
This acknowledgment provides a foundational mechanism for establishing device accountability.
However, this document does not define how policy enforcement must be carried out by the device, nor does it specify how to handle cases where a device cannot fully comply with a given policy.
These aspects, including runtime enforcement, conflict resolution, or auditing, may be addressed in future work.</t>
        <t>Finally, while this document defines the overall data flow and interaction sequence, it does not define message formats, communication protocol details, or consent interface specifications.
These elements will be specified in a companion document, (Privacy Preference Declaration Protocol Specification).</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>For a privacy framework to be effective, it must not only support the expression of user preferences but also ensure that those preferences are protected during transmission, retrieval, and enforcement.
This section outlines the necessary safeguards for ensuring the confidentiality, authenticity, and integrity of the privacy policy, as well as the anonymity of the household during key protocol operations.</t>
      <section anchor="secure-policy-dissemination">
        <name>Secure Policy Dissemination</name>
        <t>Communication between devices and the Preference Repository must be protected against unauthorized access and tampering.
Cryptographic mechanisms such as encryption and mutual authentication should be employed to ensure that only legitimate devices can retrieve privacy policies and that those policies are delivered without modification.</t>
      </section>
      <section anchor="anonymity-and-metadata-protection">
        <name>Anonymity and Metadata Protection</name>
        <t>Even when privacy policies themselves do not contain sensitive personal information, the act of retrieving or acknowledging a policy may reveal characteristics about the household—such as the types of devices in use, specific user preferences, or behavioral patterns over time.
<xref target="RFC7258"/> cautions against protocol designs that expose unnecessary metadata, treating the accumulation of such information as a legitimate technical threat.
This framework takes that warning seriously: metadata exposure during policy retrieval and device onboarding must be minimized to avoid turning privacy infrastructure into a new source of privacy leakage.
Concepts from <xref target="RFC9577"/> may help inform this effort. <xref target="RFC9577"/> introduces techniques for authorization without identification, enabling a client to prove it is authorized without revealing who it is.
While <xref target="RFC9577"/> is optimized for pseudonymous web authentication over the public internet, and assumes a centralized token issuer model, its core ideas—particularly around unlinkable token presentation—could be adapted to the PPD protocol to reduce metadata correlation and minimize household identifiability during policy exchanges.
However, this must be done carefully, as the assumptions of <xref target="RFC9577"/> do not fully align with the goals or context of a local, user-governed home network.</t>
      </section>
      <section anchor="policy-integrity">
        <name>Policy Integrity</name>
        <t>Devices must be guaranteed that the policy retrieved is authentic and unaltered. Integrity protections, such as digital signatures, are necessary to ensure that users’ preferences cannot be tampered with—either in transit or at rest—by other devices, malicious actors, or misconfigurations.</t>
      </section>
      <section anchor="device-authentication">
        <name>Device Authentication</name>
        <t>Devices participating in the privacy framework must authenticate themselves before accessing the Preference Repository.
This ensures that policy dissemination is limited to known, authorized devices, and that users can maintain trust in the integrity of their home network's privacy relationships.
By aligning with the concerns raised in <xref target="RFC7258"/> and incorporating ideas from <xref target="RFC9577"/> where appropriate, this framework seeks to protect users not only from overt data collection, but also from silent inference and passive metadata surveillance.
At the same time, it avoids treating anonymity as an end in itself.
The goal is to support privacy with accountability—where user-defined preferences are respected, devices are identifiable only as much as necessary, and no more, and the user retains ultimate visibility and influence over what occurs within their domain.</t>
      </section>
      <section anchor="policy-agreement-and-enforcement">
        <name>Policy Agreement and Enforcement</name>
        <t>Devices must not only acknowledge receipt of the privacy policy but also explicitly agree to abide by its terms.
This agreement should be recorded and verifiable.
Enforcement mechanisms should be in place to address non-compliance, including network access restrictions or reporting to a designated authority.</t>
      </section>
    </section>
    <section anchor="policy-language">
      <name>Policy Language</name>
      <t>The specific details of the Privacy Policy Language, including its syntax, structure, and extensibility mechanisms, are considered out of scope for this document, which focuses on the overall framework.
The Privacy Policy Language, along with a taxonomy of privacy concepts and attributes, will be fully defined in a separate RFC, the "Privacy Preference Declaration Taxonomy," allowing for more detailed exploration and development of this crucial component of the PPD framework.</t>
      <section anchor="language-requirements">
        <name>Language Requirements</name>
        <ul spacing="normal">
          <li>
            <t>Human-readable: Policies should be easily understandable by users.</t>
          </li>
          <li>
            <t>Machine-readable: Policies should be machine-processable for automated enforcement.</t>
          </li>
          <li>
            <t>Extensible: The language should be flexible enough to accommodate evolving privacy needs and technologies.</t>
          </li>
          <li>
            <t>Internationalization-compatible: Policies and identifiers used within them may need to support multilingual environments and non-ASCII characters.</t>
          </li>
        </ul>
        <t>To ensure consistent interpretation and comparison of string-based policy elements, such as device names, labels, or category identifier string handling practices should align with the guidelines defined in <xref target="RFC7564"/>.
This is particularly important when identifiers or user-facing labels are created, stored, or matched across vendors or systems that operate in different locales or character encodings.</t>
      </section>
      <section anchor="proposed-approach">
        <name>Proposed Approach</name>
        <t>Consider leveraging existing privacy policy languages (e.g., P3P) or drawing lessons from privacy labeling systems used in modern application ecosystems—such as Apple’s App Privacy Labels and Google’s Data Safety section for Android apps.
While these approaches are not protocols per se, they demonstrate how structured, declarative privacy metadata can be communicated to users and systems in a consistent way.</t>
        <t>Alternatively, a new, concise, and user-friendly privacy policy language may be developed specifically for the PPD framework.
One possibility is to define an intermediate representation—similar in spirit to the intermediate representation used in compilers such as LLVM—that captures the fundamental privacy constraints and regulatory considerations (e.g., from GDPR, CCPA) in a machine-readable form.
This representation would support automated enforcement while being straightforward to translate into human-readable language.</t>
        <t>Future specifications should also define guidance for how string identifiers—such as device roles, policy tags, or consent status labels—are formatted, compared, and stored, to avoid ambiguities across systems.
In contexts where internationalized strings are involved, alignment with <xref target="RFC7564"/> should be considered to ensure interoperability and consistency.</t>
      </section>
    </section>
    <section anchor="future-work">
      <name>Future Work</name>
      <t>This document defines an architectural framework for enabling users to express and enforce privacy preferences within home network environments.
Several aspects critical to a fully operational implementation are intentionally left out of scope here and are expected to be addressed in future specifications or companion documents.</t>
      <section anchor="policy-taxonomy-and-semantics">
        <name>Policy Taxonomy and Semantics</name>
        <t>A separate document, tentatively titled "Privacy Preference Declaration Taxonomy", will define:</t>
        <ul spacing="normal">
          <li>
            <t>A common vocabulary and set of categories for expressing privacy preferences.</t>
          </li>
          <li>
            <t>Attributes and semantics for data types, sharing constraints, and processing conditions.</t>
          </li>
          <li>
            <t>An extensibility model for incorporating future data types and policy dimensions.</t>
          </li>
        </ul>
        <t>This taxonomy is foundational for consistent policy interpretation across heterogeneous devices and vendors.</t>
      </section>
      <section anchor="protocol-specification-and-message-formats">
        <name>Protocol Specification and Message Formats</name>
        <t>A companion document, "Privacy Preference Declaration Protocol Specification", is expected to define:</t>
        <ul spacing="normal">
          <li>
            <t>Message formats for device onboarding, policy retrieval, acknowledgment, and compliance reporting.</t>
          </li>
          <li>
            <t>Optional mechanisms for consent request flows.</t>
          </li>
          <li>
            <t>Transport-layer considerations and discovery mechanisms.</t>
          </li>
          <li>
            <t>Recommended encoding formats, such as <xref target="RFC8949"/>, for efficient representation of structured data.</t>
          </li>
        </ul>
      </section>
      <section anchor="consent-request-workflow-design-specifications">
        <name>Consent Request Workflow Design Specifications</name>
        <t>The mechanism by which devices request additional user consent for data uses not covered by the baseline policy is out of scope.
However, future specifications should:</t>
        <ul spacing="normal">
          <li>
            <t>Define clear constraints to prevent manipulative or fatiguing consent flows (e.g., dark patterns).</t>
          </li>
          <li>
            <t>Ensure that consent interactions are transparent, infrequent, proportionate, and user-respecting.</t>
          </li>
          <li>
            <t>Explore user interface standards or API affordances to preserve meaningful choice.</t>
          </li>
        </ul>
        <t>This is a particularly sensitive area and must balance user experience, privacy expectations, and implementation feasibility.</t>
      </section>
      <section anchor="enforcement-and-policy-compliance">
        <name>Enforcement and Policy Compliance</name>
        <t>This architecture does not define how privacy policies are to be enforced by devices or how non-compliance is to be detected or remediated.
Future work may include:</t>
        <ul spacing="normal">
          <li>
            <t>Runtime enforcement models and device-side implementation expectations.</t>
          </li>
          <li>
            <t>Auditing mechanisms for verifying compliance.</t>
          </li>
          <li>
            <t>Deconfliction strategies for devices unable to meet all user-defined constraints.</t>
          </li>
          <li>
            <t>Options for escalation (e.g., network access restrictions, notifications, or isolation).</t>
          </li>
        </ul>
      </section>
      <section anchor="user-interface-design-specifications">
        <name>User Interface Design Specifications</name>
        <t>The user-facing interface used to author, modify, and review privacy preferences is out of scope.
Future design guidance may address:</t>
        <ul spacing="normal">
          <li>
            <t>User experience design principles for presenting privacy concepts clearly and accessibly.</t>
          </li>
          <li>
            <t>Models for progressive disclosure of policy impact.</t>
          </li>
          <li>
            <t>Multi-user and household-role-specific control models (e.g., parental vs. administrative roles).</t>
          </li>
        </ul>
      </section>
      <section anchor="internationalization-and-identifier-comparison">
        <name>Internationalization and Identifier Comparison</name>
        <t>In contexts where privacy preferences or taxonomy elements involve user-facing or vendor-defined string identifiers, additional work may be required to:</t>
        <ul spacing="normal">
          <li>
            <t>Define string normalization and comparison rules, particularly for internationalized text.</t>
          </li>
          <li>
            <t>Ensure identifier consistency across diverse vendors and locales.</t>
          </li>
          <li>
            <t>Consider alignment with the <xref target="RFC7564"/> for handling Unicode-aware identifiers in a secure and interoperable way.</t>
          </li>
        </ul>
      </section>
      <section anchor="interoperability-testing-and-reference-implementations">
        <name>Interoperability Testing and Reference Implementations</name>
        <t>Future work may also include:</t>
        <ul spacing="normal">
          <li>
            <t>Development of reference implementations of the PPD protocol and repository components.</t>
          </li>
          <li>
            <t>Interoperability testing across devices and vendors.</t>
          </li>
          <li>
            <t>Conformance guidelines and self-certification procedures.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC8949">
          <front>
            <title>Concise Binary Object Representation (CBOR)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="December" year="2020"/>
            <abstract>
              <t>The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t>
              <t>This document obsoletes RFC 7049, providing editorial improvements, new details, and errata fixes while keeping full compatibility with the interchange format of RFC 7049. It does not create a new version of the format.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="94"/>
          <seriesInfo name="RFC" value="8949"/>
          <seriesInfo name="DOI" value="10.17487/RFC8949"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC7258">
          <front>
            <title>Pervasive Monitoring Is an Attack</title>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="May" year="2014"/>
            <abstract>
              <t>Pervasive monitoring is a technical attack that should be mitigated in the design of IETF protocols, where possible.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="188"/>
          <seriesInfo name="RFC" value="7258"/>
          <seriesInfo name="DOI" value="10.17487/RFC7258"/>
        </reference>
        <reference anchor="RFC6973">
          <front>
            <title>Privacy Considerations for Internet Protocols</title>
            <author fullname="A. Cooper" initials="A." surname="Cooper"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="B. Aboba" initials="B." surname="Aboba"/>
            <author fullname="J. Peterson" initials="J." surname="Peterson"/>
            <author fullname="J. Morris" initials="J." surname="Morris"/>
            <author fullname="M. Hansen" initials="M." surname="Hansen"/>
            <author fullname="R. Smith" initials="R." surname="Smith"/>
            <date month="July" year="2013"/>
            <abstract>
              <t>This document offers guidance for developing privacy considerations for inclusion in protocol specifications. It aims to make designers, implementers, and users of Internet protocols aware of privacy-related design choices. It suggests that whether any individual RFC warrants a specific privacy considerations section will depend on the document's content.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6973"/>
          <seriesInfo name="DOI" value="10.17487/RFC6973"/>
        </reference>
        <reference anchor="RFC8280">
          <front>
            <title>Research into Human Rights Protocol Considerations</title>
            <author fullname="N. ten Oever" initials="N." surname="ten Oever"/>
            <author fullname="C. Cath" initials="C." surname="Cath"/>
            <date month="October" year="2017"/>
            <abstract>
              <t>This document aims to propose guidelines for human rights considerations, similar to the work done on the guidelines for privacy considerations (RFC 6973). The other parts of this document explain the background of the guidelines and how they were developed.</t>
              <t>This document is the first milestone in a longer-term research effort. It has been reviewed by the Human Rights Protocol Considerations (HRPC) Research Group and also by individuals from outside the research group.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8280"/>
          <seriesInfo name="DOI" value="10.17487/RFC8280"/>
        </reference>
        <reference anchor="RFC9577">
          <front>
            <title>The Privacy Pass HTTP Authentication Scheme</title>
            <author fullname="T. Pauly" initials="T." surname="Pauly"/>
            <author fullname="S. Valdez" initials="S." surname="Valdez"/>
            <author fullname="C. A. Wood" initials="C. A." surname="Wood"/>
            <date month="June" year="2024"/>
            <abstract>
              <t>This document defines an HTTP authentication scheme for Privacy Pass, a privacy-preserving authentication mechanism used for authorization. The authentication scheme specified in this document can be used by Clients to redeem Privacy Pass tokens with an Origin. It can also be used by Origins to challenge Clients to present Privacy Pass tokens.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9577"/>
          <seriesInfo name="DOI" value="10.17487/RFC9577"/>
        </reference>
        <reference anchor="RFC7564">
          <front>
            <title>PRECIS Framework: Preparation, Enforcement, and Comparison of Internationalized Strings in Application Protocols</title>
            <author fullname="P. Saint-Andre" initials="P." surname="Saint-Andre"/>
            <author fullname="M. Blanchet" initials="M." surname="Blanchet"/>
            <date month="May" year="2015"/>
            <abstract>
              <t>Application protocols using Unicode characters in protocol strings need to properly handle such strings in order to enforce internationalization rules for strings placed in various protocol slots (such as addresses and identifiers) and to perform valid comparison operations (e.g., for purposes of authentication or authorization). This document defines a framework enabling application protocols to perform the preparation, enforcement, and comparison of internationalized strings ("PRECIS") in a way that depends on the properties of Unicode characters and thus is agile with respect to versions of Unicode. As a result, this framework provides a more sustainable approach to the handling of internationalized strings than the previous framework, known as Stringprep (RFC 3454). This document obsoletes RFC 3454.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7564"/>
          <seriesInfo name="DOI" value="10.17487/RFC7564"/>
        </reference>
      </references>
    </references>
    <?line 466?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>TODO acknowledge.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
3oNjuMNxYP1vj/m/js5br/XimR/Xkhdp7LBpO2c7VHU4F5ftyGkfWv6UUo5C
ZPOQn7x9siHGJopMJH2bdEiEy7sAP+ho0PdYeTMowQdXTV66fx0RX0i+Mqid
I7uwGzUM7E+0dw89FJc2J9ZbfImuvI7TTx2hWE3xC08Vi46dthfd8+ZFYjtV
EB4jRVokItV2mvYgGx1WFM5dtIJ8LDsZm36xbytRDQpbnrY8TW+tn0GHKn4t
UQylVEi5yj67evXTu/fI4fD/7MfX/Pfb5//zp9u3z5/h73c/3Lx86f9Y6Dfe
/fD6p5fPwl/hl09fv3r1/Mdn8mN6N0veWly9uvmXK5nQ1es3729f/3jz8up8
s+bigTYuSAFhYr8gw1NQYicb/C9P3/zf//jq6+yXX/4bWbc/fPXVd2Td5MW3
X33zNb0g5VSX0DbwV/wS+21Bm5/Ui01MTcEBhXUDZbpLGMB+D1eNhSJxfvG/
IJn/fZ3946Y4fvX1P+kbmHDypskseZNldv7O2Y9FiDNvzdzGSzN5fyLpdLw3
/5K8NrlHb/7jn2skUquvvv3zP5EKqV1jabC3OLenS9P6AmEgvB7b+bY5HdSn
nhn8zJseyfxkU6jtpY81v7N0aBqS4j9ysEeE1A8aU/E9Kh/5sn/0rlG98eUE
cC12NCQbPkRnR+F3DWItny2Qc2tKFcgD5SW86auaYgkGOPIGKAQ8vEQiUcJH
t4s/7sjeVB0nCmVFlo9Mb69KP2sKfeDVuT0CfAr1gnTYGiMizAcvFLHRXjSS
B8S5SdXFudJS5RpdgcZRSMwd5KkRFu4st6PZlZVGeyzPdFSHsYe7gHOjS1Ww
37hAFHTTnJE9woJ3Yt8Q7gfvmA8zjggW4kA2W0QEICPLHyBZuolmRjQ9hIuW
zq4XP8XZN/tTFnjsDjn6TpbjMYwhSmg1ose1JAWyMNsVrfiNc0VcL57qYExI
7MNzDsVyk1SUsy5TwIDHp3lR1oxIYUsPfJATtKye5EqbktN0GscREAUCtWns
98DhGK35vtpU8u191ZUrUliSDFaf3qPLyqDi5TG1wqJQOFBOIxlJU2MXvRZH
hDDgaHnLduIEWIVYV3nN8n7wq2XACoI6tisS4P7Dd9/88ddfl5oY0VQp767+
ztiM5l2yQhwd2M6mPNN196oAFJZXzZ1/gakiLwAqYiqiyziJhdeLeAh0B9qp
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
z3+/2pII3dWvdNXXz17HVaX14v8B3GUHuOmOAAA=

-->

</rfc>
