D'un point de vue technique, ce verrouillage ne semble pas (encore) être un véritable obstacle. Apparemment il est possible de prendre le contrôle total du véhicule avec un téléphone, un modem et un laptop. Ou bien juste avec un CD. Et apparemment, non, il n'y a pas de séparation réelle entre les éléments « auxiliaires » (lecteur CD, GSM, GPS,...) et critiques (freins,...).
Effectivement, si c'est un travail urgent la tribune est sans doute plus appropriée que les forums sur lesquels il faut parfois plusieurs jours pour obtenir une réponse complète et pertinente.
pertinent adj. Approprié : qui se rapporte exactement à ce dont il est question.
Introduce sandboxing of the pre-auth privsep child using an optional
sshd_config(5) "UsePrivilegeSeparation=sandbox" mode that enables
mandatory restrictions on the syscalls the privsep child can perform.
This intention is to prevent a compromised privsep child from being
used to attack other hosts (by opening sockets and proxying) or
probing local kernel attack surface.
Three concrete sandbox implementation are provided (selected at
configure time): systrace, seatbelt and rlimit.
The systrace sandbox uses systrace(4) in unsupervised "fast-path"
mode, where a list of permitted syscalls is supplied. Any syscall not
on the list results in SIGKILL being sent to the privsep child. Note
that this requires a kernel with the new SYSTR_POLICY_KILL option
(only OpenBSD has this mode at present).
The seatbelt sandbox uses OS X/Darwin sandbox(7) facilities with a
strict (kSBXProfilePureComputation) policy that disables access to
filesystem and network resources.
The rlimit sandbox is a fallback choice for platforms that don't
support a better one; it uses setrlimit() to reset the hard-limit
of file descriptors and processes to zero, which should prevent
the privsep child from forking or opening new network connections.
Sandboxing of the privilege separated child process is currently
experimental but should become the default in a future release.
Native sandboxes for other platforms are welcome (e.g. Capsicum,
Linux pid/net namespaces, etc.)
Add new SHA256-based HMAC transport integrity modes from http://www.ietf.org/id/draft-dbider-sha2-mac-for-ssh-02.txt
These modes are hmac-sha2-256, hmac-sha2-256-96, hmac-sha2-512,
and hmac-sha2-512-96, and are available by default in ssh(1) and
sshd(8)
The pre-authentication sshd(8) privilege separation slave process
now logs via a socket shared with the master process, avoiding the
need to maintain /dev/log inside the chroot.
ssh(1) now warns when a server refuses X11 forwarding
sshd_config(5)'s AuthorizedKeysFile now accepts multiple paths,
separated by whitespace. The undocumented AuthorizedKeysFile2
option is deprecated (though the default for AuthorizedKeysFile
includes .ssh/authorized_keys2)
sshd_config(5): similarly deprecate UserKnownHostsFile2 and
GlobalKnownHostsFile2 by making UserKnownHostsFile and
GlobalKnownHostsFile accept multiple options and default to
include known_hosts2
Retain key comments when loading v.2 keys. These will be visible
in "ssh-add -l" and other places. bz#439
ssh(1) and sshd(8): set IPv6 traffic class from IPQoS (as well as
IPv4 ToS/DSCP). bz#1855
ssh_config(5)'s ControlPath option now expands %L to the host
portion of the destination host name.
ssh_config(5) "Host" options now support negated Host matching, e.g.
Host *.example.org !c.example.org
User mekmitasdigoat
Will match "a.example.org", "b.example.org", but not "c.example.org"
ssh_config(5): a new RequestTTY option provides control over when a
TTY is requested for a connection, similar to the existing -t/-tt/-T
ssh(1) commandline options.
sshd(8): allow GSSAPI authentication to detect when a server-side
failure causes authentication failure and don't count such failures
against MaxAuthTries; bz#1244
ssh-keygen(1): Add -A option. For each of the key types (rsa1, rsa,
dsa and ecdsa) for which host keys do not exist, generate the host
keys with the default key file path, an empty passphrase, default
bits for the key type, and default comment. This is useful for
system initialisation scripts.
ssh(1): Allow graceful shutdown of multiplexing: request that a mux
server removes its listener socket and refuse future multiplexing
requests but don't kill existing connections. This may be requested
using "ssh -O stop ..."
ssh-add(1) now accepts keys piped from standard input. E.g.
"ssh-add - < /path/to/key"
ssh-keysign(8) now signs hostbased authentication
challenges correctly using ECDSA keys; bz#1858
sftp(1): document that sftp accepts square brackets to delimit
addresses (useful for IPv6); bz#1847a
ssh(1): when using session multiplexing, the master process will
change its process title to reflect the control path in use and
when a ControlPersist-ed master is waiting to close; bz#1883 and
bz#1911
Other minor bugs fixed: 1849 1861 1862 1869 1875 1878 1879 1892
1900 1905 1913
Portable OpenSSH Bugfixes:
Fix a compilation error in the SELinux support code. bz#1851
This release removes support for ssh-rand-helper. OpenSSH now
obtains its random numbers directly from OpenSSL or from
a PRNGd/EGD instance specified at configure time.
sshd(8) now resets the SELinux process execution context before
executing passwd for password changes; bz#1891
Since gcc >= 4.x ignores all -Wno-options options, test only the
corresponding -W-option when trying to determine whether it is
accepted; bz#1901
Add ECDSA key generation to the Cygwin ssh-{host,user}-config
scripts.
Updated .spec and init files for Linux; bz#1920
Improved SELinux error messages in context change failures and
suppress error messages when attempting to change from the
"unconfined_t" type; bz#1924 bz#1919
Fix build errors on platforms without dlopen(); bz#1929
pertinent adj. Approprié : qui se rapporte exactement à ce dont il est question.
Mes premiers jobs de sysadmin étaient des courte missions bénévoles pour des LAN party. J'ai trouvé que c'était un bon moyen de pratiquer sans avoir besoin d'un super CV. Les associations sans but lucratif ont aussi souvent des besoins informatiques concernant la gestion de leur infrastructure sans vraiment avoir les moyens de payer pour. Ça peux donner une vraie expérience et des contacts (et un parfois un peu d'argent).
pertinent adj. Approprié : qui se rapporte exactement à ce dont il est question.
Lors de mon premier emploi, tout était sous Windows.
Mon deuxième emploi était chez l'éditeur d'une distribution GNU/Linux pour l'entreprise. Les serveurs étaient évidemment sous cette distribution. La plupart des desktops dans mon équipe étaient soit sous cette distribution soit sous la version beta. Il y avait une personne dans l'équipe qui tournait quand même sous Arch.
À mon troisième emploi les poste de travail sont sous Ubuntu, les serveurs sous Debian et le produit sous CentOS.
pertinent adj. Approprié : qui se rapporte exactement à ce dont il est question.
# bypasser les sécuriter et réecrire son propre firmware ?
Posté par Krunch (site web personnel) . En réponse au journal Doit-on hacker les voitures ?. Évalué à 3.
D'un point de vue technique, ce verrouillage ne semble pas (encore) être un véritable obstacle. Apparemment il est possible de prendre le contrôle total du véhicule avec un téléphone, un modem et un laptop. Ou bien juste avec un CD. Et apparemment, non, il n'y a pas de séparation réelle entre les éléments « auxiliaires » (lecteur CD, GSM, GPS,...) et critiques (freins,...).
http://www.autosec.org/pubs/cars-usenixsec2011.pdf
pertinent adj. Approprié : qui se rapporte exactement à ce dont il est question.
[^] # Re: La Tribune
Posté par Krunch (site web personnel) . En réponse au message Exercice à résoudre !!!. Évalué à 5.
Effectivement, si c'est un travail urgent la tribune est sans doute plus appropriée que les forums sur lesquels il faut parfois plusieurs jours pour obtenir une réponse complète et pertinente.
pertinent adj. Approprié : qui se rapporte exactement à ce dont il est question.
# facile
Posté par Krunch (site web personnel) . En réponse au message Exercice à résoudre !!!. Évalué à 10.
C'est assez simple.
Après tu faire une référence à ce fichier dans /etc/rc.local et à chaque démarrage tu aura l'information écrite dans un fichier.
pertinent adj. Approprié : qui se rapporte exactement à ce dont il est question.
[^] # Re: Respect...
Posté par Krunch (site web personnel) . En réponse à la dépêche Dennis Ritchie, un père d’UNIX, nous a quittés. Évalué à 3.
C'est bien connu, la mise en veille c'est juste un tar de tout le système.
pertinent adj. Approprié : qui se rapporte exactement à ce dont il est question.
# et comparé aux autres ?
Posté par Krunch (site web personnel) . En réponse à la dépêche Diaspora . Évalué à 3.
Ça ne nous dit pas trop en quoi Diaspora c'est plus mieux que Friendika ou Buddy Cloud par exemple.
pertinent adj. Approprié : qui se rapporte exactement à ce dont il est question.
# bravo
Posté par Krunch (site web personnel) . En réponse au journal Steve Jobs est Bronsonisé. Évalué à 5.
Félicitation pour le texte en PNG, c'était vraiment nécessaire.
pertinent adj. Approprié : qui se rapporte exactement à ce dont il est question.
# pendant ce temps aux États-Unis
Posté par Krunch (site web personnel) . En réponse au journal [hs] Hacker l’immobilier.. Évalué à 2.
http://money.cnn.com/2009/01/08/real_estate/thousand_dollar_homes/index.htm
pertinent adj. Approprié : qui se rapporte exactement à ce dont il est question.
[^] # un commentaire détaillé
Posté par Krunch (site web personnel) . En réponse à la dépêche OpenSSH 5.9 est disponible. Évalué à 0.
Sommaire
Changes since OpenSSH 5.8
Features:
Three concrete sandbox implementation are provided (selected at
configure time): systrace, seatbelt and rlimit.
The systrace sandbox uses systrace(4) in unsupervised "fast-path"
mode, where a list of permitted syscalls is supplied. Any syscall not
on the list results in SIGKILL being sent to the privsep child. Note
that this requires a kernel with the new SYSTR_POLICY_KILL option
(only OpenBSD has this mode at present).
The seatbelt sandbox uses OS X/Darwin sandbox(7) facilities with a
strict (kSBXProfilePureComputation) policy that disables access to
filesystem and network resources.
The rlimit sandbox is a fallback choice for platforms that don't
support a better one; it uses setrlimit() to reset the hard-limit
of file descriptors and processes to zero, which should prevent
the privsep child from forking or opening new network connections.
Sandboxing of the privilege separated child process is currently
experimental but should become the default in a future release.
Native sandboxes for other platforms are welcome (e.g. Capsicum,
Linux pid/net namespaces, etc.)
Add new SHA256-based HMAC transport integrity modes from
http://www.ietf.org/id/draft-dbider-sha2-mac-for-ssh-02.txt
These modes are hmac-sha2-256, hmac-sha2-256-96, hmac-sha2-512,
and hmac-sha2-512-96, and are available by default in ssh(1) and
sshd(8)
The pre-authentication sshd(8) privilege separation slave process
now logs via a socket shared with the master process, avoiding the
need to maintain /dev/log inside the chroot.
ssh(1) now warns when a server refuses X11 forwarding
sshd_config(5)'s AuthorizedKeysFile now accepts multiple paths,
separated by whitespace. The undocumented AuthorizedKeysFile2
option is deprecated (though the default for AuthorizedKeysFile
includes .ssh/authorized_keys2)
sshd_config(5): similarly deprecate UserKnownHostsFile2 and
GlobalKnownHostsFile2 by making UserKnownHostsFile and
GlobalKnownHostsFile accept multiple options and default to
include known_hosts2
Retain key comments when loading v.2 keys. These will be visible
in "ssh-add -l" and other places. bz#439
ssh(1) and sshd(8): set IPv6 traffic class from IPQoS (as well as
IPv4 ToS/DSCP). bz#1855
ssh_config(5)'s ControlPath option now expands %L to the host
portion of the destination host name.
ssh_config(5) "Host" options now support negated Host matching, e.g.
Host *.example.org !c.example.org
User mekmitasdigoat
Will match "a.example.org", "b.example.org", but not "c.example.org"
ssh_config(5): a new RequestTTY option provides control over when a
TTY is requested for a connection, similar to the existing -t/-tt/-T
ssh(1) commandline options.
sshd(8): allow GSSAPI authentication to detect when a server-side
failure causes authentication failure and don't count such failures
against MaxAuthTries; bz#1244
ssh-keygen(1): Add -A option. For each of the key types (rsa1, rsa,
dsa and ecdsa) for which host keys do not exist, generate the host
keys with the default key file path, an empty passphrase, default
bits for the key type, and default comment. This is useful for
system initialisation scripts.
ssh(1): Allow graceful shutdown of multiplexing: request that a mux
server removes its listener socket and refuse future multiplexing
requests but don't kill existing connections. This may be requested
using "ssh -O stop ..."
ssh-add(1) now accepts keys piped from standard input. E.g.
"ssh-add - < /path/to/key"
ssh-keysign(8) now signs hostbased authentication
challenges correctly using ECDSA keys; bz#1858
sftp(1): document that sftp accepts square brackets to delimit
addresses (useful for IPv6); bz#1847a
ssh(1): when using session multiplexing, the master process will
change its process title to reflect the control path in use and
when a ControlPersist-ed master is waiting to close; bz#1883 and
bz#1911
Other minor bugs fixed: 1849 1861 1862 1869 1875 1878 1879 1892
1900 1905 1913
Portable OpenSSH Bugfixes:
Fix a compilation error in the SELinux support code. bz#1851
This release removes support for ssh-rand-helper. OpenSSH now
obtains its random numbers directly from OpenSSL or from
a PRNGd/EGD instance specified at configure time.
sshd(8) now resets the SELinux process execution context before
executing passwd for password changes; bz#1891
Since gcc >= 4.x ignores all -Wno-options options, test only the
corresponding -W-option when trying to determine whether it is
accepted; bz#1901
Add ECDSA key generation to the Cygwin ssh-{host,user}-config
scripts.
Updated .spec and init files for Linux; bz#1920
Improved SELinux error messages in context change failures and
suppress error messages when attempting to change from the
"unconfined_t" type; bz#1924 bz#1919
Fix build errors on platforms without dlopen(); bz#1929
pertinent adj. Approprié : qui se rapporte exactement à ce dont il est question.
[^] # Re: J'approuve
Posté par Krunch (site web personnel) . En réponse au journal x32: Une nouvelle ABI Linux '32 bits' pour les CPU x86-64. Évalué à 3.
Comment tu représentes une date avant l'an 0 dans un e-mail ?
pertinent adj. Approprié : qui se rapporte exactement à ce dont il est question.
# * ssh-add(1) now accepts keys piped from standard input. E.g. "ssh-add - < /path/to/key"
Posté par Krunch (site web personnel) . En réponse à la dépêche OpenSSH 5.9 est disponible. Évalué à 4.
\o/ plus besoin de faire des ssh-add /dev/stdin tout moisis
pertinent adj. Approprié : qui se rapporte exactement à ce dont il est question.
[^] # Re: leech
Posté par Krunch (site web personnel) . En réponse au journal Je voudrais mettre un nuage chez moi !. Évalué à 2.
On me souffle dans l'oreillette que les URL Ubuntu One sont maintenant plus long et randomisés.
pertinent adj. Approprié : qui se rapporte exactement à ce dont il est question.
# leech
Posté par Krunch (site web personnel) . En réponse au journal Je voudrais mettre un nuage chez moi !. Évalué à 5.
Moi ce que j'aime bien avec Ubuntu One c'est de pouvoir examiner les fichiers des gens : http://fruli.krunch.be/~krunch/txt/0-1NuC.u1
pertinent adj. Approprié : qui se rapporte exactement à ce dont il est question.
# sysadmin bénévole ?
Posté par Krunch (site web personnel) . En réponse au message recette pour obtenir des compétences. Évalué à 4.
Mes premiers jobs de sysadmin étaient des courte missions bénévoles pour des LAN party. J'ai trouvé que c'était un bon moyen de pratiquer sans avoir besoin d'un super CV. Les associations sans but lucratif ont aussi souvent des besoins informatiques concernant la gestion de leur infrastructure sans vraiment avoir les moyens de payer pour. Ça peux donner une vraie expérience et des contacts (et un parfois un peu d'argent).
pertinent adj. Approprié : qui se rapporte exactement à ce dont il est question.
[^] # Re: Plus précisement ?
Posté par Krunch (site web personnel) . En réponse au message Erreur de segmentation dans une machine virtuelle sous Xen. Évalué à 2.
ulimit -c unlimited
gdb /what/ever core
bt full
pertinent adj. Approprié : qui se rapporte exactement à ce dont il est question.
# c'est pas du phishing du tout
Posté par Krunch (site web personnel) . En réponse au message Gmail-man : campagne de collecte d'informations ?. Évalué à 5.
J'ai retourné le formulaire avec tous les détails mais pas assez vite (pas sous 48h). Du coup maintenant mon compte n'est plus accessible.
pertinent adj. Approprié : qui se rapporte exactement à ce dont il est question.
# LKML
Posté par Krunch (site web personnel) . En réponse au message Comment devenir un kernel hacker ?. Évalué à 2.
Tu peux aller t'inscrire sur la LKML et lire tous les messages pendant une semaine.
pertinent adj. Approprié : qui se rapporte exactement à ce dont il est question.
[^] # Re: AS n°4 - définitions
Posté par Krunch (site web personnel) . En réponse au journal Quatre AS dans la manche . Évalué à 6.
Parce que tu crois que Jayce blaguait ?
pertinent adj. Approprié : qui se rapporte exactement à ce dont il est question.
# plus c'est gros, mieux c'est
Posté par Krunch (site web personnel) . En réponse au journal Quatre AS dans la manche . Évalué à 10.
AS/400
pertinent adj. Approprié : qui se rapporte exactement à ce dont il est question.
# éviter Linux ?
Posté par Krunch (site web personnel) . En réponse au message SVP AIDE pr une version minimal.. Évalué à 1.
Si tu veux quelque chose de vraiment minimal, Linux est un peu bloated quand même. Heureusement il y a des alternatives : http://en.wikipedia.org/wiki/List_of_operating_systems#Other_embedded
FreeRTOS a l'air sympa.
pertinent adj. Approprié : qui se rapporte exactement à ce dont il est question.
# up
Posté par Krunch (site web personnel) . En réponse au message offre d'emploi : ingénieur R&D C++ sous linux pour soft de sécurité. Évalué à 4.
Je peux vous faire un bot pour reposter tous les 6 mois sinon.
https://linuxfr.org/forums/g%C3%A9n%C3%A9ralpetites-annonces/posts/cherche-ing%C3%A9-rd-c-comp%C3%A9tences-en-reverse-engineerings%C3%A9curit%C3%A9exploits
pertinent adj. Approprié : qui se rapporte exactement à ce dont il est question.
# l'invasion a commencé
Posté par Krunch (site web personnel) . En réponse au journal Futur utilisateur productif d'Emacs. Évalué à 1.
http://fruli.krunch.be/~krunch/pics/fnu/meta-x.jpg
http://fruli.krunch.be/~krunch/pics/fnu/evolution.jpg
pertinent adj. Approprié : qui se rapporte exactement à ce dont il est question.
[^] # Re: Mon utilisation de git ...
Posté par Krunch (site web personnel) . En réponse au message SubVersion vs Mercurial vs Git .... Évalué à 3.
Comment tu fais avec Mercurial ?
pertinent adj. Approprié : qui se rapporte exactement à ce dont il est question.
# Ubuntu+Debian
Posté par Krunch (site web personnel) . En réponse au journal Linux en entreprise : votre retour ?. Évalué à 2.
Lors de mon premier emploi, tout était sous Windows.
Mon deuxième emploi était chez l'éditeur d'une distribution GNU/Linux pour l'entreprise. Les serveurs étaient évidemment sous cette distribution. La plupart des desktops dans mon équipe étaient soit sous cette distribution soit sous la version beta. Il y avait une personne dans l'équipe qui tournait quand même sous Arch.
À mon troisième emploi les poste de travail sont sous Ubuntu, les serveurs sous Debian et le produit sous CentOS.
pertinent adj. Approprié : qui se rapporte exactement à ce dont il est question.
[^] # Re: L'immortalité??
Posté par Krunch (site web personnel) . En réponse au journal Voulez-vous immortaliser votre nom ?. Évalué à 3.
J'imagine que la première chose que tu mettra en place une fois au pouvoir sera une réforme de l'orthographe...
pertinent adj. Approprié : qui se rapporte exactement à ce dont il est question.
[^] # Re: écrivain
Posté par Krunch (site web personnel) . En réponse au journal Voulez-vous immortaliser votre nom ?. Évalué à 2.
Pour se faire imprimer, lulu.com a l'air fort pratique.
pertinent adj. Approprié : qui se rapporte exactement à ce dont il est question.