[java-identity-provider] branch main updated: Add reset on ACL setting before we add the explicit ones in sample bat file

Codeberg noreply at shibboleth.net
Mon Mar 30 16:29:03 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
https://codeberg.org/Shibboleth/java-identity-provider/commit/c8a794ecee5049ec0c6886bb122e531e6fc7b01c

The following commit(s) were added to refs/heads/main by this push:
     new c8a794ece Add reset on ACL setting before we add the explicit ones in sample bat file
c8a794ece is described below

commit c8a794ecee5049ec0c6886bb122e531e6fc7b01c
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Mar 30 17:27:12 2026 +0100

    Add reset on ACL setting before we add the explicit ones in sample bat file
    
    We do this for hygiene purposes.  Previously old explicit ACLs remained
    (these would only have been added by hand since the default is to inherit)
---
 .../src/main/resources/net/shibboleth/idp/module/bin/setacl.bat        | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/bin/setacl.bat b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/bin/setacl.bat
index 67798db57..ba9169744 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/bin/setacl.bat
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/bin/setacl.bat
@@ -32,6 +32,9 @@ REM   /t means recursive
 echo Setting owner to %OWNER_ID%
 icacls "%~dp0\.." /t /setowner %OWNER_ID% /q
 
+echo Reset acls to default
+icacls "%~dp0\.." /t /reset /q
+
 if ERRORLEVEL 1 (
    echo Error: Could not set ownership
    goto done

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list