[ Avaa Bypassed ]




Upload:

Command:

www-data@18.117.121.244: ~ $
#!/bin/sh
set -e

# Make sure that the IPC_LOCK capability is added to the gnome-keyring-daemon
# binary after installation, since file system caps aren't supported by the
# LiveCD's squashfs.

PROGRAM=/usr/bin/gnome-keyring-daemon

if [ -e /target/sbin/setcap ] && [ -e /target/$PROGRAM ]; then
    if chroot /target setcap CAP_IPC_LOCK=ep $PROGRAM >/dev/null 2>&1; then
        logger --tag ubiquity "Setting capabilities for gnome-keyring-daemon using Linux Capabilities failed."
    fi
fi

Filemanager

Name Type Size Permission Actions
31brltty File 301 B 0644
31ubuntu_driver_packages File 801 B 0755
50gkd-caps File 493 B 0755