Watch
1
0
Fork
You've already forked souveraine
0
souveraine/packaging/org.souveraine.stepup.policy
Fimeg cc541d1eaa packaging: ship the step-up PAM stack and polkit fallback
SESSION-AUTHORITY-DOCTRINE §3 names /etc/pam.d/souveraine-stepup by path.
Root-owned config can only arrive by package: rootfs-overlay/ reaches a
device on flash and the phone does not flash.

auth_self, never auth_admin — step-up re-proves the user to themselves, it
does not escalate. The leading '-' on pam_fpc_polkit.so loads the fingerprint
factor only where it is installed, so one file serves phone and laptop.

Inert until a consumer calls it; no src/ path does yet.
2026-08-12 10:39:47 -04:00

21 lines
891 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE policyconfig PUBLIC
"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
<policyconfig>
<vendor>SouveraineOS</vendor>
<vendor_url>https://gitea.wiuf.net/Fimeg/souveraine</vendor_url>
<!-- Fallback path for StepUpAuth on targets without a PamContext route.
auth_self, never auth_admin: step-up re-proves the user to themselves,
it does not escalate. Inactive sessions get nothing. -->
<action id="org.souveraine.stepup">
<description>Confirm a sensitive Souveraine action</description>
<message>Authentication is required to confirm this action</message>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>auth_self</allow_active>
</defaults>
</action>
</policyconfig>