Welcome Back Kernel.org
Hummdis writes "After more than a month of being offline due to a security breach at Kernel.org, they're back! While they were down, they took the time to 're-architect' the site for developers and users. A statement reads: 'As noted previously, kernel.org suffered a security breach. Because of this, we have taken the time to re-architect the site in order to improve our systems for developers and users of kernel.org. To this end, we would like all developers who previously had access to kernel.org who wish to continue to use it to host their git and static content, to follow the instructions here. Right now, www.kernel.org and git.kernel.org have been brought back online. All developer git trees have been removed from git.kernel.org and will be added back as the relevant developers regain access to the system. Thanks to all for your patience and understanding during our outage and please bear with us as we bring up the different kernel.org systems over the next few weeks. We will be writing up a report on the incident in the future.'"
Welcome back.
Which are the lessons for others to learn?
No security breaches, after all.
linux-omap-2.6$ git pull
fatal: The remote end hung up unexpectedly
Not Found /pub/linux/kernel/v3.0/linux-3.0.4.tar.bz2 was not found on this server.
The requested URL
In the process of getting up?
when is bugzilla.kernel.org coming back as well?
Yay! I spent the last two weeks learning git, and Google kept pointing me to kernel.org for the documentation. Having the site actually up will be nice, although I've already learned everything possible about Git!
Hello little man. I will destroy you!
No, does it blend?
Looking forward to android.git.kernel.org being back up.. since there are no official mirrors.
So's FTP link at the top.
Meh...
On all Linux distros, you actually have to type a password to get root status. On Windows, you still only have to click a box to make it go away." - by Runaway1956 (1322357) on Wednesday October 05, @06:46PM (#37618852) Homepage
That's very easy to make just like any *NIX though, with 1-2 registry settings &/or 1-2 clicks in GPEDIT.MSC (group policy editor)..., ala:
Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options\User Account Control: Admin Approval Mode for the Built-in Administrator account
Audit:
Alternatively, execute the following to determine if the system is configured as recommended:
reg query HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System /v FilterAdministratorToken
Either use reg commands to insert it, or regedit.exe to manually examine it & edit it.
* I have it set so that even I, an admin group user & along with ALL others, even the renamed ADMINISTRATOR account I have here, MUST not only click that 1 button you note, but, They & I have to press CTRL+ALT+DEL, & login with my username to use (I can use mine, admin level - default here's blank by the by), AND password.
(It's actually more stringent than Linux is, & I used KUbuntu 10x series for a good portion of last year nearly exclusively too)
APK
P.S.=> It's also actually a part of good security for installations imo, mostly (but, knowing what's ok to install & not ok is the big thing, & I don't believe MOST users are that saavy or care, so they install whatever they need (or think/are misled to believe they need))...
... apk
Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options\User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode (do "prompt for credentials")
& to check it
reg query HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System /v ConsentPromptBehaviorAdmin
Those are also good to team with what I wrote above, because it even extends to higher level admin accounts especially & also... so does this one:
Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options\User Account Control: Run all administrators in Admin Approval Mode
(SET THIS TO ENABLED TO MAKE EVEN ADMINS HAVE TO PRESS BUTTON, DO CTRL+ALT+DEL, & ENTER PASSWORD & USERNAME FOR MOST ALL THINGS DOING THIS ALONE!)
reg query HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA
THIS CONTROLS IT FOR STD. USERS:
Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options\User Account Control: Behavior of the elevation prompt for standard users
(Again, set it to "prompt for credentials")
reg query HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System /v ConsentPromptBehaviorUser
The reg commands just check the policy db for security to see if they took or not...
THIS CONTROLS IT FOR INSTALLATIONS BY USERS (if you allow it for their priv.level of course):
Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options\User Account Control: Detect application installations and prompt for elevation
(" same, same" - set for prompt for credentials)
reg query HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System /v EnableInstallerDetection
(The latter, again, just does a double check on if it took or not in the secpol.db)
Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options\User Account Control: Only elevate UIAccess applications that are installed in secure locations
(" same, same" - set for prompt for credentials)
reg query HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System /v EnableSecureUIAPaths
(The latter, again, just does a double check on if it took or not in the secpol.db)
APK
P.S.=> Whew, but that'll do it, & even for admin/root users types on Windows modern variants via registry hacks &/or group policies edits... apk
Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options\User Account Control: Switch to the secure desktop when prompting for elevation
(THE ABOVE SETS IT ENABLED IN THE SECURITY POLICY DATABASE... the below checks it (as per usual from my other posts)).
reg query HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System /v PromptOnSecureDesktop
APK
P.S.=> There you go - NOW, finally, it's complete as to group policies you can set on ANY KIND OF USER (including admins/root users on Windows), as to having to be "more *NIX-like than any *NIX probably is", as far as this kind of level of security & granularity for it quite possibly, as well as steps needed to go thru while attempting to use higher level priveleges or accessing protected tools &/or areas of the OS/System, period... once you set it this way @ least!
... apk
sh-3.1$ wget http://www.kernel.org/pub/linux/kernel/v3.0/ChangeLog-3.0.4
--2011-10-06 12:41:23-- http://www.kernel.org/pub/linux/kernel/v3.0/ChangeLog-3.0.4
Resolving www.kernel.org... 149.20.4.69
Connecting to www.kernel.org|149.20.4.69|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2011-10-06 12:41:23 ERROR 404: Not Found.
And, sets him straight, vs. what's quoted from him in my init. reply: I.E.-> The 6++ settings I posted for use in gpedit.msc (Microsoft Group Policy Mgt. Tools) can make Windows just like Linux would when attempting to access system level functions or files, &/or higher priveleges. Heck, moreso... quite a bit more "strict" in fact.
No questions asked.
Via a more overall strict (spelled sideways, pain-in-the-ass more steps to take) process... just like *NIX, heck again, even moreso.
Additionally - Heh, it's no twisted braindump as you called it - it IS what YOU YOURSELF CAN DO, just to make Windows just like a *NIX, & moreso in terms of security than *NIX's usually are in fact, and it can 'fix' what Runaway1956 complained of (this fixes it, no questions asked - I do it myself & ANY user of my systems in fact, even instatllation system user entities/services!)
* Nice part is, it's easy to do - all the tools are in 1 spot basically on an item treelist... MS' mgt. tools are easy to work with too.
APK
P.S.=> All the adhominem attacks based on being the "wannabe PhD in the Psychiatric sciencs" as the "SiDeWaLk-ShriNk of /." on you part, what with you being minus:
---
1.) PhD in Psychiatry
2.) Years-to-decades of professional practice
3.) A license to practice it
4.) A formal examination of myself as to my mental condition & in a professional environs on your part
---
All that doesn't make you some credible judge of another that's worth listening to regarding another's mental state/condition, period!
So, in the end/bottom-line:
What I can't figure out is, is why for the life of me you spend time anonymous coward reply off topic illogical adhominem style attack trolling & stalking me around here, lol!
(Don't you have a life &/or better more important things to do with your life?? Nearly every post I make has your "StRaNgE-OnLiNe-StaLKeRy" in it, lol)...
... apk
1st, I'd suggest just trying the 6++ settings I noted on a Windows 7 desktop for starters (do look them up to, so you can verify what I stated as to each one also - to be safe(r), of course!)
Then? Well - you'll see I am "telling it how it is" (for each)...:
"Holy smokes, AC - you're just a little bit above my head with some of that. I'll have to actually do it all, and see." - by Runaway1956 (1322357) on Thursday October 06, @10:13AM (#37625404) Homepage
Trust me, using gpedit.msc? It's a LOT SIMPLER THAN WHAT IT LOOK LIKE (per what I wrote)... by far!
Again - &, I actually USE it that way in fact, where ANY/EVERY user, including admins like myself, HAVE to do more than "click a button" to do various system level or higher priv. things!
(That was a result of my recently taking the newest CIS Tool test (4 Win7/Srv2k8)).
I wrote the folks for the CIS Tool for Windows 7/Server 2008 security test, they gave me a trial model I scored 94% on, actually higher & submitted some findings/thoughts to the folks that created it that they will find useful (the tests' pretty highly esteemed, better than MS' "Baseline Security Advisor" in many ways, imo @ least))
* Those 6-7 settings I put up definitely WILL make it like a *NIX setup, security-wise, on using higher privelege items (&/or protected areas + processes in the system, like installs, etc./et al) where the user HAS to "sign in/log in" WITH PROPER CREDENTIALS to do anything higher privelege related, & even on installs (perhaps the MOST important one to secure, to stop unseen ones, or help, moreso here).
---
"And, I have to admit that when and where strict discipline is required" - by Runaway1956 (1322357) on Thursday October 06, @10:13AM (#37625404) Homepage
It is, along with user-education (so they too can understand WHAT to avoid & why)... because of settings like those & some guides I did over time since 1997 for securing Windows:
http://www.google.com/search?sclient=psy-ab&hl=en&site=&source=hp&q=%22HOW+TO+SECURE+Windows+2000%2FXP%22&btnG=Search
Shows myself, and yes, others, not showing infestations for years to decades++ (myself since 1996 in fact), via implementing tests like CIS Tool (that make it actual FUN TO DO no less, like a benchmark of computer security really in a way) & other measures in "defense-in-depth"/"layered-security" fashion (the best thing we have going today really).
---
"Windows can indeed be pretty danged secure." - by Runaway1956 (1322357) on Thursday October 06, @10:13AM (#37625404) Homepage
Absolutely & testimonials from the guides links I've been doing for Windows users since 1997 show it too!
Also, MOST of what hits Windows now, & especially since it's the "most used" by far, overall?
3rd party app problems like JAVA, &/or Adobe Flash/Acrobat Reader issues... ala/e.g.:
---
Java, Adobe vulns blamed for Windows malware mayhem - Five products hit in 99.8% of hacks: By John Leyden, Posted in Security, 28th September 2011 07:31 GMT
http://www.theregister.co.uk/2011/09/28/window_malware_infection_exposed/
---
And, those exploits? They could be foisted upon other OS' too, just like javascript exploits due to faulty DOM could be also...
"The military uses Windows all over the place, and it's pretty secure." - by Runaway1956 (1322357) on Thursday October 06, @10:13AM (#37625404) Homepage
The versions the U.S. Military @ least, gets are "security-hardened" too, & have gotten them that way, since 2004... not SURE if they're as security-hardened
Juicy Couture On Sale is really eye-catching additionally to the sexy style.
I'm still looking for the 3.0.4 linux kernel tarballs, etcetera. The kernel.org front page lists it, but it isn't available through the usual directory tree via HTTP -- 3.0 yes, 3.0.4 no. And I am one gearhead who actually looks through all the Changelogs. That said, I'm glad you're (kernel.org) back up on-line, well mostly ... ;)
Via gpedit.msc (Group Policy Editor), and it's as simple to use as Explorer.exe/MyComputer is, especially since I put the tree item paths out that are needed, step-by-step.
IF FOLLOWING SIMPLE DIRECTIONS IS "TOO MUCH FOR YOU"? YOU HAVE ISSUES!
Now, as far as this quoted next below from you, especially after I just explained how simple & easy gpedit.msc is to use:
"do you have an actual mental condition" - by Anonymous Coward on Thursday October 13, @03:03AM (#37698774)
Do you have some mental condition that makes using easy to use software that Windows provides a "major chore" for you? If so, reconsider using computers at all on your part & I'll let YOU say what I am thinking in regards to yourself, after that little rant of yours, by requoting you again:
"no offense but at the moment you just seem like a retard" - by Anonymous Coward on Thursday October 13, @03:03AM (#37698774)
Read the above, & speak for yourself (you just did basically, & that's exactly what I think of you to be blunt about it! You can't follow directions, obviously!)
APK
P.S.=> I state that last part, simply because anyone that is unable to use gpedit.msc, with pathways thru it given to they as I did for yourself & others, lol, is pretty damned stupid - especially after the pathways through it were explained by myself, in detail!... apk
Sentences begin with capital letters, you illiterate dolt:
"wow, so you're saying users should try to make windows more like linux to be secure." - by Anonymous Coward on Thursday October 13, @03:03AM (#37698774)
That's a grammatical error right there quoted above from your first sentence, and you continue it all through your reply in fact, repeatedly and rampantly: Clue/Newsflash/new news: SENTENCES DO NOT BEGIN WITH LOWERCASE LETTERS!
---
"and i thought all that registry crap that no average user would have a clue how to implement was just some kind of wierd geek joke that i didn't get.." - by Anonymous Coward on Thursday October 13, @03:03AM (#37698774)
Your second sentence further compounds your errors, and also shows more grammatical errors on your part: Sentences do not begin with conjunctions like "and" (additionally as per your usual, you also started a new sentence without using a capital letter as well - double fail!).
APK
P.S.=> So, who's the "retard" here, Mr. wannabe grammar-nazi? You try to toss writing error problems my way on how I posted, but I use proper english writing rules, whereas yourself? Well, see above... lol!
... apk