LetoThe2nd changed the topic of #yocto to: Welcome to the Yocto Project | Learn more: https://www.yoctoproject.org | Community: https://www.yoctoproject.org/community | IRC logs: http://irc.yoctoproject.org/irc/ | Having difficulty on the list, with someone on the list or on IRC, contact Yocto Project Community Manager Letothe2nd | CoC: https://www.yoctoproject.org/community/code-of-conduct
geoffhp has quit [Remote host closed the connection]
geoffhp has joined #yocto
mathieudb has quit [Ping timeout: 252 seconds]
sunkist has quit [Server closed connection]
sunkist has joined #yocto
mathieudb has joined #yocto
vvn has joined #yocto
Jones42 has quit [Ping timeout: 260 seconds]
Jones42 has joined #yocto
jclsn has quit [Ping timeout: 245 seconds]
jclsn has joined #yocto
frgo__ has quit [Read error: Connection reset by peer]
frgo has joined #yocto
ablu has quit [Ping timeout: 260 seconds]
ablu has joined #yocto
Vonter has quit [Ping timeout: 248 seconds]
Vonter has joined #yocto
Perflosopher0387 has quit [Quit: The Lounge - https://thelounge.chat]
Perflosopher0387 has joined #yocto
dlpartain has quit [Quit: dlpartain]
Articulus5 has quit [Remote host closed the connection]
Articulus5 has joined #yocto
OnkelUlla has joined #yocto
kergoth has joined #yocto
goliath has joined #yocto
jclsn has quit [Ping timeout: 248 seconds]
jclsn has joined #yocto
frieder has joined #yocto
rob_w has joined #yocto
Jones42 has quit [Ping timeout: 258 seconds]
Xagen has quit [Ping timeout: 260 seconds]
Xagen has joined #yocto
jclsn has quit [Ping timeout: 252 seconds]
jclsn has joined #yocto
kergoth has quit [Quit: Connection closed for inactivity]
zeemate has joined #yocto
frieder has quit [Ping timeout: 248 seconds]
vladest has quit [Quit: vladest]
frgo has quit [Read error: Connection reset by peer]
frgo_ has joined #yocto
frieder has joined #yocto
vladest has joined #yocto
frieder has quit [Remote host closed the connection]
mckoan|away is now known as mckoan
<mckoan> good morning
florian_kc has joined #yocto
olani- has joined #yocto
jclsn has quit [Ping timeout: 248 seconds]
jclsn has joined #yocto
frieder has joined #yocto
prabhakalad has quit [Quit: Konversation terminated!]
prabhakalad has joined #yocto
leon-anavi has joined #yocto
jclsn has quit [Ping timeout: 260 seconds]
jclsn has joined #yocto
olani has quit [Remote host closed the connection]
Jones42 has joined #yocto
mssdvd has joined #yocto
<mssdvd> Hi! Does Yocto publish the cve-summary.json file generated by the autobuilder?
Jones42 has quit [Ping timeout: 256 seconds]
Jones42 has joined #yocto
dlpartain has joined #yocto
<mathieudb> mssdvd: you have other subfolders for other branches
olani- has quit [Ping timeout: 248 seconds]
olani has joined #yocto
<mssdvd> mathieudb: thanks!
olani has quit [Remote host closed the connection]
olani has joined #yocto
olani has quit [Remote host closed the connection]
olani has joined #yocto
olani has quit [Remote host closed the connection]
olani has joined #yocto
068AAB9AB has joined #yocto
047AADFEY has joined #yocto
068AAB9AB has quit [Remote host closed the connection]
olani has quit [Remote host closed the connection]
047AADFEY has quit [Remote host closed the connection]
jclsn has quit [Ping timeout: 252 seconds]
jclsn has joined #yocto
olani has joined #yocto
olani has quit [Remote host closed the connection]
walter has joined #yocto
walter has quit [Changing host]
walter has joined #yocto
olani has joined #yocto
olani has quit [Remote host closed the connection]
olani has joined #yocto
Jones42 has quit [Ping timeout: 248 seconds]
Jones42 has joined #yocto
<CrazyGecko> Jones42: did you find a solution? I have the same problem with a config file
<rburton> mssdvd: dont' considering it authoritive though: a lot of CVEs don't have the required metadata anymore. it's a starting point, not a final report.
<mssdvd> rburton: you mean they miss the CPE?
<rburton> yes
<rburton> if a CVE has no CPE then it's not in the report. this didn't used to be a problem a few years ago, but is very much a problem now.
<mssdvd> rburton: and this is caused by the ongoing problems at NVD, right?
<rburton> more exacerbated but yes
frgo has joined #yocto
frgo has quit [Remote host closed the connection]
frgo has joined #yocto
frgo_ has quit [Ping timeout: 248 seconds]
<mssdvd> Could this problem be solved by switching to cvelistv5, or is it a more widespread issue?
<rburton> more of a widespread issue
<rburton> cvelistv5 does help a bit
<rburton> worth trying the vex class and associated tooling that can read the cvelistv5 database
* rburton puts that on this todo list for today just to see what the delta is
mm_x_ has joined #yocto
mckoan is now known as mckoan|away
olof has quit [Remote host closed the connection]
rob_w has quit [Remote host closed the connection]
Mayur has joined #yocto
<Mayur> Hello Guys,
<Mayur> I wan to disable login via Terminal and Enable for SSH only for a user.
<Mayur> i tried 2 things. via
<Mayur> inherit extrausers
<Mayur> EXTRA_USERS_PARAMS
<Mayur> 1. usermod --shell /sbin/nologin <USER> -> blocks also for SSH
<Mayur> 2. passwd --lock <USER> -> blocks also for SSH.
<Mayur> so wanted to ask if there is any better approch to do that in linux / Yocto way?
vladest has quit [Remote host closed the connection]
<rburton> i presume you mean "oh a physical keyboard and screen" by terminal? you can just edit inittab and stop it running login prompts on the terminals at all.
<Mayur> i mean directly on device via tty cable by local terminal.
<rburton> yeah just don't run a getty on the serial ports then
<rburton> SERIAL_CONSOLES is the variable you want to change
<Mayur> we still need it for root user enabled. want all other users blocked on Terminal
<rburton> what's the thread model here if they can ssh in?
<rburton> threat model, even
dlpartain has quit [Ping timeout: 258 seconds]
<Mayur> thats the basic requirement . that we need to fullfill. idea is : root user can login in worst case scenario. i can not change it. ;)
<Mayur> 1st que will be: is it at all possible?
<Mayur> 2nd : if yes, then how?
<rburton> you might be able to do something with PAM to rejected based on where the login is coming from
florian__ has joined #yocto
<Mayur> and is it correct that password -lock will also block for SSH. i thought SSH based login via KEY is complete diff approch and it should work.
jclsn has quit [Ping timeout: 248 seconds]
<rburton> that might depend on the ssh you're using?
jclsn has joined #yocto
<Mayur> its openssh
<neverpanic> IIRC SSH key auth bypasses PAM and should therefore work with disabled password.
<neverpanic> s/disabled/locked/
florian_kc is now known as florian
dlpartain has joined #yocto
<Mayur> i dont have PAM enabled in Yocto at the moment.
vladest has joined #yocto
mm_x_ has quit [Quit: Konversation terminated!]
frgo has quit [Remote host closed the connection]
frgo has joined #yocto
<Jones42> CrazyGecko: not quite. I used 'require conf/distro/distro-${MACHINE}.conf' to do the trick
frgo has quit [Ping timeout: 248 seconds]
frgo has joined #yocto
marka has quit [Quit: ZNC 1.8.2 - https://znc.in]
marka has joined #yocto
goliath has quit [Quit: SIGSEGV]
frgo has quit [Remote host closed the connection]
frgo has joined #yocto
frgo has quit [Remote host closed the connection]
frgo has joined #yocto
brgl has quit [Ping timeout: 258 seconds]
brgl has joined #yocto
Mayur has quit [Ping timeout: 250 seconds]
mssdvd has quit [Ping timeout: 248 seconds]
Jones42_ has joined #yocto
mssdvd has joined #yocto
ablu-linaro has quit [Quit: ZNC 1.8.1 - https://znc.in]
ablu-linaro has joined #yocto
LainIwakura has joined #yocto
LainIwakura has quit [Ping timeout: 250 seconds]
frieder has quit [Remote host closed the connection]
mssdvd has quit [Ping timeout: 256 seconds]
Jones42 has quit [Ping timeout: 260 seconds]
Jones42_ has quit [Ping timeout: 260 seconds]
LainIwakura has joined #yocto
jclsn has quit [Ping timeout: 248 seconds]
jclsn has joined #yocto
LainIwakura has quit [Ping timeout: 250 seconds]
LainIwakura has joined #yocto
frgo has quit [Remote host closed the connection]
frgo has joined #yocto
mssdvd has joined #yocto
mssdvd has quit [Remote host closed the connection]
frieder has joined #yocto
frgo has quit [Ping timeout: 260 seconds]
goliath has joined #yocto
frgo has joined #yocto
frgo has quit [Remote host closed the connection]
frgo has joined #yocto
LainIwakura has quit [Quit: Client closed]
mssdvd has joined #yocto
LainIwakura has joined #yocto
leon-anavi has quit [Remote host closed the connection]
LainIwakura has quit [Ping timeout: 250 seconds]
dlpartain has quit [Quit: dlpartain]
LainIwakura has joined #yocto
dlpartain has joined #yocto
dlpartain has quit [Client Quit]
jclsn has quit [Ping timeout: 245 seconds]
LainIwakura has quit [Client Quit]
jclsn has joined #yocto
kergoth has joined #yocto
frieder has quit [Remote host closed the connection]
mssdvd has quit [Ping timeout: 256 seconds]
florian has quit [Quit: Ex-Chat]
florian__ has quit [Ping timeout: 260 seconds]
mssdvd has joined #yocto
vvn has quit [Quit: WeeChat 4.6.3]
LainIwakura has joined #yocto
Articulus5 has quit [Quit: Leaving]
dlpartain has joined #yocto
druppy has joined #yocto
florian__ has joined #yocto
mssdvd has quit [Remote host closed the connection]
jclsn has quit [Ping timeout: 252 seconds]
jclsn has joined #yocto
druppy has quit [Ping timeout: 245 seconds]
ndec_ has joined #yocto
reatmon__ has joined #yocto
xtopher_ has joined #yocto
ys_ has joined #yocto
paulbarker_ has joined #yocto
sotaoverride__ has joined #yocto
jkridner_ has joined #yocto
bradfa_ has joined #yocto
Net147_ has joined #yocto
wCPO7 has joined #yocto
tortoise_ has joined #yocto
Ram-Z_ has joined #yocto
RP_ has joined #yocto
ys has quit [Ping timeout: 248 seconds]
ndec has quit [Ping timeout: 248 seconds]
tortoise has quit [Ping timeout: 248 seconds]
jkridner has quit [Ping timeout: 248 seconds]
colin-mcallister has quit [Ping timeout: 248 seconds]
reatmon has quit [Ping timeout: 248 seconds]
paulbarker has quit [Ping timeout: 248 seconds]
xtopher has quit [Ping timeout: 248 seconds]
gmorell has quit [Ping timeout: 248 seconds]
sotaoverride_ has quit [Ping timeout: 248 seconds]
lexano has quit [Ping timeout: 248 seconds]
bradfa has quit [Ping timeout: 248 seconds]
Net147 has quit [Read error: Connection reset by peer]
ndec_ is now known as ndec
reatmon__ is now known as reatmon
tortoise_ is now known as tortoise
xtopher_ is now known as xtopher
paulbarker_ is now known as paulbarker
bradfa_ is now known as bradfa
jkridner_ is now known as jkridner
ys_ is now known as ys
colin-mcallister has joined #yocto
Ram-Z has quit [Read error: Connection reset by peer]
wCPO has quit [Read error: Connection reset by peer]
wCPO7 is now known as wCPO
RP has quit [Ping timeout: 248 seconds]
gmorell has joined #yocto
vladest has quit [Remote host closed the connection]
vladest has joined #yocto
vladest has quit [Remote host closed the connection]
lexano has joined #yocto
vladest has joined #yocto
tnovotny has joined #yocto
goliath has quit [Quit: SIGSEGV]
jclsn has quit [Ping timeout: 260 seconds]
jclsn has joined #yocto
druppy has joined #yocto
Articulus has joined #yocto
wicki7 has joined #yocto
wicki has quit [Read error: Connection reset by peer]
wicki7 is now known as wicki
druppy has quit [Ping timeout: 258 seconds]
florian__ has quit [Ping timeout: 258 seconds]
jclsn has quit [Ping timeout: 252 seconds]
jclsn has joined #yocto
tnovotny has quit [Quit: Leaving]
reatmon_ has quit [Remote host closed the connection]
reatmon_ has joined #yocto
zeemate has quit [Ping timeout: 248 seconds]
jclsn has quit [Ping timeout: 245 seconds]
jclsn has joined #yocto
vladest has quit [Remote host closed the connection]
vladest has joined #yocto
agodard has quit [Ping timeout: 255 seconds]
agodard has joined #yocto
dmoseley has quit [Ping timeout: 260 seconds]
jclsn has quit [Ping timeout: 252 seconds]
agodard has quit [Ping timeout: 245 seconds]
jclsn has joined #yocto
LainIwakura has quit [Ping timeout: 250 seconds]
agodard has joined #yocto
kergoth has quit [Quit: Connection closed for inactivity]
nerdboy has quit [Ping timeout: 248 seconds]