Deutsch   English   Français   Italiano  
<tsifqr$d05$1@shakotay.alphanet.ch>

View for Bookmarking (what is this?)
Look up another Usenet article

X-Received: by 2002:a05:600c:1e8a:b0:3e0:9fe:34ea with SMTP id be10-20020a05600c1e8a00b003e009fe34eamr263059wmb.77.1676460699993;
        Wed, 15 Feb 2023 03:31:39 -0800 (PST)
Path: ...!news-out.google.com!nntp.google.com!feeder1.cambriumusenet.nl!feed.tweak.nl!217.73.144.44.MISMATCH!ecngs!feeder.ecngs.de!news.uzoreto.com!news.alphanet.ch!alphanet.ch!.POSTED!not-for-mail
From: =?UTF-8?B?IkJlbm/DrnQgTC4i?= <benoit@leraillez.com.invalid>
Newsgroups: fr.comp.os.mac-os.x
Subject: Re: =?UTF-8?B?TWlzZSDDoCBqb3VyIDEzLjIuMSBhdmVjIHVuIGJ1ZyBzeXM=?=
 =?UTF-8?B?dMOobWUgPw==?=
Date: Wed, 15 Feb 2023 11:31:39 -0000 (UTC)
Organization: C'est celui qui dit qui est
Archive: no
Message-ID: <tsifqr$d05$1@shakotay.alphanet.ch>
References: <tsg0rj$gvd$1@shakotay.alphanet.ch> <tsg12s$irn$1@shakotay.alphanet.ch>
 <tsg7dc$gli$1@shakotay.alphanet.ch> <tsgd4q$b90$1@shakotay.alphanet.ch>
 <tsi4h6$ch$1@cabale.usenet-fr.net>
Reply-To: benoit@leraillez.com
Mime-Version: 1.0
Injection-Date: Wed, 15 Feb 2023 11:31:39 -0000 (UTC)
Injection-Info: shakotay.alphanet.ch; posting-account="bobduvallois";
	logging-data="13317"; mail-complaints-to="usenet@alphanet.ch"; posting-host="afae0d8def0cf5f14abbb823c144bac2.nnrp.alphanet.ch"
User-Agent: MacCafe/2.10 (4D18)/peaberry (macOS 13.2.1 (22D68) - MacBookPro14,2)
Cancel-Lock: sha1:7L25bHb74/eYnVG9H3i1+2TlbSw= sha256:V1AzqTjvLvIdLFsa7b6ChUenrJgKVtveiBRAVI3usHc= sha256:vmgeqXMZkTVP5ltvG0PKDKHG1AWpklEIuozsR75E/cw=
X-No-Archive: yes
In-Reply-To: <tsi4h6$ch$1@cabale.usenet-fr.net>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bytes: 4409
Lines: 89

Après mûre réflexion, le 15 février 2023 à 09:18, Olivier Miakinen eu
l'idée d'écrire :


> Bonjour,
>
> Le 14/02/2023 17:33, "Benoît L." a écrit :
>>>>
>>>> Il y a aussi chmod et sh qui sont de développeurs non identifiés !?!?
>>>
>>> Ce n'est pas la première fois que je vois ça aussi ...
>>> Je suis allé voir et en fait System Events est du développeur ... Apple
>>> !!
>> 
>> J’ai passé un peu de temps avec la Hotline parce qu’il y a aussi sh,
>> chmod et kxtload qui ne sont pas d’un développeur identifié. ;)
>
> kxtload je ne sais pas, mais si tu cherches l'auteur de sh et chmod je
> pense qu'il faut voir du côté de Ken Thompson, Dennis Ritchie ou Brian
> Kernighan, en 1969 : <https://fr.wikipedia.org/wiki/Unix>.

Certes, mais quand on regarde le contenu du fichier sh, et tout ce qui
se trouve dans /bin ou /sbin, on peut lire vers la fin :

Apple Certification Authority
Apple Code Signing Certification Authority  
[…]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" 
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<dict>
  <key>cdhashes</key>
  <array>
    <data>
    EwIfPdHivY8jNOc0km7RZLYfFGA=
    </data>
  </array>
</dict>
</plist>

Le code est bien signé par un développeur identifié (Apple himself),
mais il a été utilisé/lancé en arrière-plan par un développeur qui ne
l’était pas. On te le dis, si tu veux le savoir. Cliquer sur le ⓘ
t’amène à là où il se trouve.

Exemple pour sh, il est dans le fichier :
/Library/LaunchDaemons/com.xrite.device.xrdd.restart.plist

Fichier qui est :
<!-- place this file in /Library/LaunchDaemons with 655 root:wheel -->
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>Label</key>
  <string>com.xrite.device.xrdd.restart.plist</string>
  <key>ProgramArguments</key>
  <array>
<string>sh</string>
   
<string>/Applications/i1Profiler/i1Profiler.app/Contents/Resources/restartXrd.sh</string>
^^^^^^^^^^^^^
  </array>
  <key>KeepAlive</key>
  <dict>
    <key>PathState</key>
    <dict>
      <key>/tmp/xrd</key>
      <true/>
    </dict>
  </dict>
</dict>
</plist>

L’application iProfiler n’est plus présente sur mon disque c’est
peut-être pourquoi il est n’est plus lancé au boot, mais toujours
présent dans le dossier idoine puisqu’il n’a pas été supprimé quand
l’appli l’a été.

HTH

-- 
Benoît
En essayant continuellement on finit par réussir.
Donc, plus ça rate, plus on a des chances que ça marche.
(Jacques Rouxel)