On Mon, Nov 10, 2025 at 09:28:28PM +0000, ael via Dng wrote: > On Sun, Nov 09, 2025 at 06:58:07PM +0200, Lars Noodén via Dng wrote:
> > On 11/9/25 18:48, tito via Dng wrote:
> > > Cisco Secure Client Support for Linux
> > > Linux Requirements
> > [snip]
> >
> > Just a guess, but would it be possible to disassemble the installation
> > script's package and comment out the systemd parts and then replace the unit
> > file manually with an appropriate service script? I followed the link but
> > could not spot the actual package to check there.
> >
>
> I have now collected another copy of the installation script and it is just
> shell.
>
> At first sight it should be fairly easy to modify it, at least for
I now realise that I had seen something like
BASH_BASE_SIZE=0xxxxxxxxxxxxxxxx
CISCO_AC_TIMESTAMP=0xxxxxxxxxx
CISCO_AC_OBJNAME=12345678901234567890123456789012345678901234567890123456789012345678901234567890123
....
# BASH_BASE_SIZE=0x00000000 is required for signing
# CISCO_AC_TIMESTAMP is also required for signing
# comment is after BASH_BASE_SIZE or else sign tool will find the comment
which is not very obvious but may mean that there is a signed checksum.
So perhaps I can't modify the installation script after all.