Microsoft Edge Beta has a new update available that brings a couple of changes. The rollout of Edge version 111.0.1661.15 brings enhanced security mode support for WebAssembly for macOS x64 and Linux x64. Microsoft promises more cross-platform support in the future, such as working with ARM64. . Additionally, a new policy makes it easier to set if Edge clears data from Internet Explorer mode every time the browser is closed. Enhanced security mode improvements. Enhanced security mode now supports WebAssembly for macOS x64 and Linux x64. More cross-platform (ARM64) support is expected in the future. For more information, see Browse more safely with Microsoft Edge (opens in new tab) . New policy to clear IE mode data on browser exit. The InternetExplorerModeClearDataOnExitEnabled (opens in new tab) policy controls whether browsing history is deleted from Internet Explorer and Internet Explorer mode every time Microsoft Edge is closed. Users can also configure this setting in the 'Clear browsing data for Internet Explorer' option in the Privacy, search, and services menu of Settings (edge://settings/privacy). . The latest Microsoft Edge Beta introduces an upgraded security mode for macOS and Linux, bringing additional features and configurations to bolster user privacy.. Microsoft Edge, Enhanced Security, Linux Support. . LinuxSecurity.com Team
Linux vendor Red Hat is updating its Red Hat Enterprise Linux 5 (RHEL) platform with a new beta release.. RHEL 5.10 provides users with a variety of updated capabilities, including a new version of MySQL, improved management tools and enhanced security. The link for this article located at ServerWatch is no longer available. . RHEL 5.10 upgrades focus on strengthening security and enhancing functionality alongside advancements in MySQL and improved administration utilities for end-users.. Red Hat Enterprise Linux, MySQL Updates, Security Enhancements, Server Management. . LinuxSecurity.com Team
The FIDO Alliance, an organisation that aims to develop user-friendly password alternatives, has gainedPDF several new members and supporters this week. Google, NXP and CrucialTec have joined the Alliance's board of directors, taking seats alongside existing "Board Level" members. . Several other companies have joined as sponsors and associate members. The link for this article located at H Security is no longer available. . Major tech firms collaborate with FIDO to advance alternatives to passwords, aiming for improved security measures. Discover further details.. FIDO Alliance, Security Solutions, User Authentication, Password Alternatives, Tech Partnerships. . LinuxSecurity.com Team
The National Security Agency (NSA) has released SE Android, a security-enhanced version of Android, which provides and enforces stricter access-control policies than those found in the popular mobile operating system by default.. SE Android is based on NSA's previous research into mandatory access controls that gave birth to the Security-Enhanced Linux project back in 2000. SE Linux is a collection of Linux kernel security modules and other tools that provide a flexible mechanism for restricting what resources users or applications can access. The link for this article located at PC World is no longer available. . SE Linux for Android, developed by the NSA, implements enhanced access restrictions, bolstering the security framework for smartphones.. Enhanced Access Control, NSA Security Features, Mobile OS Security. . LinuxSecurity.com Team
For those who like to tinker, Gentoo has a now has a hardened 2.6 + SELinux kernel to play with. Of course, kernel 2.4.x is still recommended for production environments. . . .. hardened-dev-sources-2.6 is available for "testing" Here is what you can get for the rock bottom bargain price of zero dollars and zero cents. * linux-2.6.4 (the kernel of course) * grsec-core-2.0 (vanilla snapshot from last night) * grsec extras (the ability to audit text relocations) * pax-status (displays runtime pax flags in /proc/#pid/status) * selinux-hooks (these allow selinux to hook directly into pax for policy enforcement) * selinux-ipaddr (this allows selinux to track ip address via policy or something) * netdev-rand-core (framework that allows net devices to seed to the entropy pool) * netdev-rand-drivers (drivers that actually do the entropy seeding) I'd like to thank cluckj from irc.freenode.net/#gentoo-hardened for testing almost every iteration of this while I was putting it together last night. (thanks bud). I'd also like to thank albeiro as well for porting the netdev-rand stuff and accepting to become the maintainer of those patches. Oh and of course I'd like to thank the usual list of suspects.. Other than that happy bug hunting. If something does not work join the hardened channel and pick a random nick and blame them cuz I'll plead the 5th. Oh wait one more thing.. If you really care about security you probably should stick with 2.4.x -peace -- Ned Ludd Gentoo Linux Developer . Dive into the hardened 2.6 kernel sources of Gentoo, incorporating AppArmor to boost the security of your experimental setup.. Gentoo Hardened, Secure Kernel Sources, SELinux Kernel. . LinuxSecurity.com Team
Red Hat will ship an enhanced security model in the next version of Red Hat Enterprise Linux, CRN has learned. Red Hat Enterprise Linux 4.0, due out in 2005, will include support for Security-Enhanced Linux (SE Linux), according to a spokeswoman from the US-based commercial Linux vendor. . . .. Red Hat will ship an enhanced security model in the next version of Red Hat Enterprise Linux, CRN has learned. Red Hat Enterprise Linux 4.0, due out in 2005, will include support for Security-Enhanced Linux (SE Linux), according to a spokeswoman from the US-based commercial Linux vendor. SE Linux is a project funded by the National Security Agency (NSA) to add multilevel security to the Linux operating system so it will be more secure for a broad range of deployments, including those that require high levels of security. In an email to CRN this week, Linus Torvalds said much of the code to enable SE Linux is already a part of the recently released Linux kernel, 2.6. The Linux camp has been stepping up its efforts to make current and future versions of Linux as secure as possible in light of all the security issues around Microsoft Windows, such as last week's MyDoom virus, the ramifications of which are still being felt. The link for this article located at iTNews is no longer available. . In the upcoming version of Red Hat Enterprise Linux, users can expect a revamped security framework that incorporates improvements to SE Linux functionalities.. Red Hat, SE Linux, Enhanced Security, Linux Kernel, Multilevel Security. . LinuxSecurity.com Team
Security is one of the highest profile issues in IT and there has been constant baiting between the Microsoft and Linux camps over who has the more secure operating system. At the start of the year we saw Bill Gates wake up to the fact that security is a good thing and now there is news that the US National Security Agency has been working on a security module that plugs straight into a Linux distribution.. . .. Security is one of the highest profile issues in IT and there has been constant baiting between the Microsoft and Linux camps over who has the more secure operating system. At the start of the year we saw Bill Gates wake up to the fact that security is a good thing and now there is news that the US National Security Agency has been working on a security module that plugs straight into a Linux distribution. Security-Enhanced Linux (SELinux) is a prototype aimed at enhancing the basic features of the operating system with new features such as mandatory access control. Most operating systems use discretionary access controls, details that are provided voluntarily by the user such as user id and password, whereas mandatory access control uses information outside the users reach, such as IP address, to validate access. . The NSA is enhancing Linux's security through Security-Enhanced Linux (SELinux), implementing mandatory access controls to combat unauthorized access and vulnerabilities. Linux Security Module, SELinux Enhancements, Mandatory Control Systems. . LinuxSecurity.com Team
If you haven't heard of TCP Wrappers, or are interested in making it work a bit better, this is a good article to read. "TCP wrappers are designed to filter incoming connections to network services. In this article Paul Dunne . . . . If you haven't heard of TCP Wrappers, or are interested in making it work a bit better, this is a good article to read. "TCP wrappers are designed to filter incoming connections to network services. In this article Paul Dunne looks at how this package can be used to enhance the security of a networking system. ... TCP wrappers are intended to provide wrapper daemons that can be installed without any changes to existing software. Most TCP/IP applications depend on the client/server model -- i.e., when a client requests a connection, a server process is started on the host. TCP wrappers work by interposing an additional layer, or wrapper, between client and server. " The link for this article located at SunWorld is no longer available. . Explore the benefits of using TCP Wrappers to bolster your network's security and manage incoming connections with precision.. tcp wrappers, network security, connection filtering. . Anthony Pell
Get the latest Linux and open source security news straight to your inbox.