kiosk-profiles(5)

KIOSK-PROFILES(5) KIOSK-PROFILES(5)

NAME

kiosk-profiles - execution whitelists

DESCRIPTION

/etc/alterator/kiosk/profiles contains all installed kiosk(1) profiles - executable lists.

Each executable is described on a separate line with two fields separated with exactly one space.

First field describes how executable is treated:
U - run securely (AT_SECURE is set)
u - run normally (AT_SECURE is not set)

Second field is path to executable.

If executable is a script, its shebang should be added into profile.

/etc/alterator/kiosk/profiles_enabled contains active kiosk(1) profiles.

Each active profile is a symlink to file in /etc/alterator/kiosk/profiles. Use acc(8) to activate or deactivate profiles.

NOTES

Use dmesg(1) to track which executables are prevented to execute and add them to your profile if necessary as described above.

BUGS

Report bugs to component kiosk-profiles on https://bugzilla.altlinux.org

AUTHOR

Oleg Solovyov <mcpain@altlinux.org>

04 May 2022 alterator-kiosk