One Hat Cyber Team
Your IP :
3.19.66.38
Server IP :
104.21.16.1
Server :
Linux agrigation-prod 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 x86_64
Server Software :
nginx/1.24.0
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
snap
/
lxd
/
current
/
commands
/
Edit File:
daemon.reload
#!/bin/sh set -eu # Re-exec outside of apparmor confinement if [ -d /sys/kernel/security/apparmor ] && [ "$(cat /proc/self/attr/current)" != "unconfined" ]; then exec aa-exec -p unconfined -- "$0" "$@" fi echo reload > "${SNAP_COMMON}/state" PID=$(cat "${SNAP_COMMON}/lxd.pid") /bin/kill "$PID"
Simpan