CasperSecurity

Current Path : /lib/python3/dist-packages/cloudinit/config/__pycache__/
Upload File :
Current File : //lib/python3/dist-packages/cloudinit/config/__pycache__/cc_ntp.cpython-310.pyc

o

쑛h1L�@sNUdZddlZddlZddlZddlmZmZddlmZm	Z	m
Z
mZmZddl
mZddlmZddlmZddlmZe�e�ZeZd	Zd
Zgd�Zdd
dgdddd�dedgdddd�dedgdddd�ddgdddd�ddgdddd�d�Zidddd�d	gdd�d ��d!dd"d#d$�i�d%d&did"d#d$�d'��d(d&did&did)��d*dddd+�i�d,dd-dii�d.d	ddd/�d0dgddd1�d2d3d4gd4d5d6�d7��d8d&did"d#d$�d'��d9d4ii�d:d&did	dd�d;did<��d=d&did	dd�d;d"id<��d>d&didd	d+�d"d#d$�d<��d?dd-dii�d@d&did&did)��dAd&did	dd�d;d"id<��dBdd-dii�ZeeefedC<dDD]	Z ed=ee <�q8dED]	Z ed@ee <�qDdFD]	Z edAee <�qPdGeedgdH�Z!eedI<e"gdJ��Z#dKdL�Z$dMefdNdO�Z%d`dPdQ�Z&dadRdS�Z'dTdU�Z(								dbdVdW�Z)dXdY�Z*dZed[ed\ed]e+dMdf
d^d_�Z,dS)czNTP: enable and configure ntp�N)�Dict�Mapping)�subp�
temp_utils�	templater�
type_utils�util)�Cloud)�Config)�
MetaSchema)�PER_INSTANCEz
/etc/ntp.conf�)�	almalinux�alpine�aosc�
azurelinux�centos�
cloudlinux�cos�debian�	eurolinux�fedora�freebsd�mariner�miraclelinux�openbsd�	openeuler�OpenCloudOS�openmandriva�opensuse�opensuse-microos�opensuse-tumbleweed�
opensuse-leap�photon�raspberry-pi-os�rhel�rocky�sle_hpc�	sle-micro�sles�	TencentOS�ubuntu�	virtuozzo�chronydz/etc/chrony.conf�chronyzchrony.conf.{distro})�	check_exe�confpath�packages�service_name�
template_name�template�ntpd�ntpzntp.conf.{distro}�ntpdatez/etc/ntpd.confzntpd.conf.{distro}z/lib/systemd/systemd-timesyncdz-/etc/systemd/timesyncd.conf.d/cloud-init.conf�systemd-timesyncdztimesyncd.conf)r.r6r7�openntpdr8rz/etc/chrony/chrony.conf)r0r2)r0r1r2)r.r6rz"/usr/lib/systemd/systemd-timesyncdz/etc/systemd/timesyncd.conf)r/r0rr2)r.r8r)r6r.r)r2r0rr0r)r0r2r3z/usr/local/etc/chrony.conf)r0r1r2r3z/usr/local/sbin/ntpdz/usr/local/etc/ntp.confr9zntpd.conf.openbsd)r/r0r1r2r3)r6r.r9rrrr/)r.r6r8rr#r$r%r)r+�DISTRO_CLIENT_CONFIG)r r!r")rrr&)r'r(�cc_ntp)�id�distros�	frequency�activate_by_schema_keys�meta)r/r0r1r2cCs0t}t�t�}||vrtj|||gdd�}|S)z�Construct a distro-specific ntp client config dictionary by merging
       distro specific changes into base config.

    @param distro: String providing the distro class name.
    @returns: Dict of distro configurations for ntp clients.
    T��reverse)r:�copy�NTP_CLIENT_CONFIGr�
mergemanydict)�distro�dcfg�cfg�rI�9/usr/lib/python3/dist-packages/cloudinit/config/cc_ntp.py�distro_ntp_client_configss

rK�returncCs�t|j�}|r|dkrt�d|�|�|i�S|�dd�}i}|dkrU|jD]}|�|�}t�|�d��r?t�d|�|}nq&|sS|jd}t�d|�|�|i�}|St�d|�|�|i�}|S)	a
Determine which ntp client is to be used, consulting the distro
       for its preference.

    @param ntp_client: String name of the ntp client to use.
    @param distro: Distro class instance.
    @returns: Dict of the selected ntp client or {} if none selected.
    �autoz4Selected NTP client "%s" via user-data configuration�
ntp_clientr/z+Selected NTP client "%s", already installedrz<Selected distro preferred NTP client "%s", not yet installedz1Selected NTP client "%s" via distro system config)	rK�name�LOG�debug�get�
get_option�preferred_ntp_clientsr�which)rNrF�
distro_cfg�distro_ntp_client�	clientcfg�clientrHrIrIrJ�select_ntp_client!s@

�

��
���rZcCs(t�|�rdS|durdg}||�dS)ahInstall ntp client package if not already installed.

    @param install_func: function.  This parameter is invoked with the contents
    of the packages parameter.
    @param packages: list.  This parameter defaults to ['ntp'].
    @param check_exe: string.  The name of a binary that indicates the package
    the specified package is already installed.
    Nr6)rrU)�install_funcr1r/rIrIrJ�install_ntp_clientSs

	r\cCs$tj�|�rt�||d�dSdS)z�Rename any existing ntp client config file

    @param confpath: string. Specify a path to an existing ntp client
    configuration file.
    z.distN)�os�path�existsr�rename�r0rIrIrJ�rename_ntp_confds�rbcCshg}|}|dkrd}n
|dks|dkrd}tt�D]}|�d�dd�t|�g|gd	gD���q|S)
z�Generate a list of server names to populate an ntp client configuration
    file.

    @param distro: string.  Specify the distro name
    @returns: list: A list of strings representing ntp servers for this distro.
    r)rrr��.cSsg|]}|r|�qSrIrI)�.0�nrIrIrJ�
<listcomp>�sz)generate_server_names.<locals>.<listcomp>zpool.ntp.org)�range�NR_POOL_SERVERS�append�join�str)rF�names�pool_distro�xrIrIrJ�generate_server_namesns��rpc	Cs�|sg}|sg}|sg}|sg}|s|s|dkrdS|s2|dkr2|dkr2t|�}t�dd�|��n|sC|sCt|�}t�dd�|��|sItd��|sQ|sQtd	��||||d
�}	|rltjddd
�}
|
d}tj||d�t	�
|||	�|r|t�|�dSdS)a�Render a ntp client configuration for the specified client.

    @param distro_name: string.  The distro class name.
    @param service_name: string. The name of the NTP client service.
    @param servers: A list of strings specifying ntp servers. Defaults to empty
    list.
    @param pools: A list of strings specifying ntp pools. Defaults to empty
    list.
    @param allow: A list of strings specifying a network/CIDR. Defaults to
    empty list.
    @param peers: A list nodes that should peer with each other. Defaults to
    empty list.
    @param path: A string to specify where to write the rendered template.
    @param template_fn: A string to specify the template source file.
    @param template: A string specifying the contents of the template. This
    content will be written to a temporary file before being used to render
    the configuration file.

    @raises: ValueError when path is None.
    @raises: ValueError when template_fn is None and template is None.
    rNrr5z%Adding distro default ntp servers: %s�,z*Adding distro default ntp pool servers: %sz Invalid value for path parameterz$Not template_fn or template provided)�servers�pools�allow�peersztemplate_name-z.tmpl)�prefix�suffix�)�content)rprPrQrk�
ValueErrorr�mkstempr�
write_filer�render_to_file�del_file)�distro_namer2rrrsrtrur^�template_fnr4�params�tfilerIrIrJ�write_ntp_config_template�sF 
���r�cCsBg}t�t|����}|rd�t|��}|�dj|d��nt|�	d�|�	d�g�s/|�d�t|�
��D]\\}}d|}|dkrUt|t|t
�g�sT|�d	j||d
��q5|dkrit|t�sh|�dj||d
��q5|d
vr�|durrq5t|t
�s�|�dj||d
��q5t|t
�s�|�dj||d
��q5|r�tdjd�|�d���dS)aOValidate user-provided ntp:config option values.

    This function supplements flexible jsonschema validation with specific
    value checks to aid in triage of invalid user-provided configuration.

    @param ntp_config: Dictionary of configuration value under 'ntp'.

    @raises: ValueError describing invalid values provided.
    z, z(Missing required ntp:config keys: {keys})�keysr4r3zJEither ntp:config:template or ntp:config:template_name values are requiredzntp:config:r0z6Expected a config file path {keypath}. Found ({value}))�keypath�valuer1zHExpected a list of required package names for {keypath}. Found ({value}))r4r3Nz5Expected a string type for {keypath}. Found ({value})z$Invalid ntp configuration:\n{errors}�
)�errors)�REQUIRED_NTP_CONFIG_KEYS�
difference�setr�rk�sortedrj�format�anyrR�items�all�
isinstancerl�listrz)�
ntp_configr��missingr��keyr�r�rIrIrJ�supplemental_schema_validation�sn

������
���
���
������r�rOrH�cloud�argscCs�d|vrt�d|�dS|d}|duri}t|t�s&tdjt�|�d���|�dd�}t	�
|�r9t�d|�dSt|�d	�|j�}t	j
||�d
i�gdd�}t|�t|�d�d
�d}|�d�s~|d�d|jj�}|�|�}|s~d|�d�}	t|	��t�d|�d��t�d|�dg��t�d|�dg��t�d|�dg��t�d|�dg��t|jj|�d�|�dg�|�dg�|�dg�|�dg�|�d�||�d�d�	t|jj|d|dd�t	���rF|�d�d k�r%z	|j�d!d �Wntj�y
t�d"�Ynwz	|j�d#d �Wntj�y$t�d$�Ynwz|j�d%|d�Wntj�yE}
zt�d&|
��d}
~
wwz|j�d'|d�WdStj�yg}
zt�d(|
��d}
~
ww))zEnable and configure ntp.r6z8Skipping module named %s, not present or disabled by cfgNzL'ntp' key existed in config, but not a dictionary type, is a {_type} instead)�_type�enabledTz)Skipping module named %s, disabled by cfgrN�configrAr0rar4r3z{distro}z#No template found, not rendering %szservice_name: %sr2zservers: %srrz	pools: %srsz	allow: %srtz	peers: %sru)r2rrrsrtrur^r�r4r1r/)r1r/r5�stopz Failed to stop base ntpd service�disablez#Failed to disable base ntpd service�enablez Failed to enable ntp service: %s�reloadz&Failed to reload/start ntp service: %s)rPrQr��dict�RuntimeErrorr�r�obj_namerRr�is_falserZrFrEr�rb�replacerO�get_template_filenamer�r\�install_packages�is_BSD�manage_servicer�ProcessExecutionError�warning�	exception)rOrHr�r��ntp_cfgr��ntp_client_configr�r3�msg�erIrIrJ�handles��

��
��
�
��



��
�����
���r�)Nr5)N)NNNNNNNN)-�__doc__rC�loggingr]�typingrr�	cloudinitrrrrr�cloudinit.cloudr	�cloudinit.configr
�cloudinit.config.schemar�cloudinit.settingsr�	getLogger�__name__rPr>�NTP_CONFrir=rDr:rl�__annotations__rFr@�	frozensetr�rKrZr\rbrpr�r�r�r�rIrIrIrJ�<module>s�
$�	�	�	�	��,���������������#���)���.�����B����K��N�����Z�����f����p���u����}�����
����	��
2


�M"=
Hacker Blog, Shell İndir, Sql İnjection, XSS Attacks, LFI Attacks, Social Hacking, Exploit Bot, Proxy Tools, Web Shell, PHP Shell, Alfa Shell İndir, Hacking Training Set, DDoS Script, Denial Of Service, Botnet, RFI Attacks, Encryption
Telegram @BIBIL_0DAY