How to Make Your Application Into a Flatpak

Total Page:16

File Type:pdf, Size:1020Kb

How to Make Your Application Into a Flatpak How to make your application into a Flatpak Owen Taylor Red Hat Flock 2017 August 29, 2017 The Flatpak !odel O" Init Display System Server Kernel Libraries O" ● Applications as O" packages ● #roblems: Init Display Kernel System Server – Tied update cycles – Distribution specific packages Libraries – (o security GIMP tuxkart O" App App Init Display System Server Kernel GIMP Libraries tuxkart Libraries Libraries O" App App Init Display Libraries Libraries System Server Kernel GIMP tuxkart Libraries Runtime Libraries • Avoids duplication on disk and in memory • Security updates in one place O" App App GIMP Libraries tuxkart Libraries Init Display System Server Kernel Runtime Libraries Libraries App App Scribus Libraries Chrome Libraries Runtime Libraries &esktop Applications ✔)i$reOffice ✔*+!# ✔tuxkart ✔-clipse ✔*oogle . rome ✗!aria&/ ✗Wordpress ✗vi 0here do you get Flatpaks ● From application creators – Open source projects – .ompanies ● Or 'rom )inux distri$utors ● &ecentrali3ed 0 ere do you get Runtimes ● 45pstream” runtimes – org7'reedesktop.#latform – org7gnome7#latform – org7kde7Plat'orm ● &istri$ution runtimes – org7'edoraproject.Platform &istribution advantages ● #ackaging of older applications ● -xisting $uild recipes ● "ecurity updates mec anism Security and #ermissions Application Environment Permissions Network Application Display Server Environment (Wayland) Network Application Environment Display Server (X11) (not effectively sandboxed) Filesystem access Permissions Network Application Display Server Environment (Wayland) File Portal Print Portal Portals Filesystem Printing access system #ortals ● "imple, in erently secure system services 8&-Bus) ● "afe 1ia user interaction ● Availa$le portals – File, Print, " ow UR+, (etwork Status, HTTP Proxy .onfig ● *(OME and ;&- $ackends Portal Demo Flatpak Implementation ● -ac application as it’s own Filesystem namespace – Runtime is available at =usr – Application and $undled libraries at =app ● Other kernel security 'eatures – #+D and 5+& namespaces – seccomp OSTree ● 4git 'or $inaries6 ● &eduplication – On disk – +n memory – On the network ● Atomic updates O.+ Images ● Alternate way to distri$ute a Flatpak ● From Open .ontainer Initiati1e 8 ttps%==www.opencontainers.org/: ● -volution of t e &ocker format ● Advantages: – avoids lots o' small 'iles – allows distri$ution alongside server containers OSTree OSTree Docker/OCI Repository Repository Registry Flatpak GNOME Software Flatpaks from Fedora Packages 0hy Flatpak if you can RP!> ● "and$oxing ● Relia$le upgrades wit out re$ooting ● Ability to try out applications from newer/older Fedora ● Installation on top of Atomic Workstation Flatpak ? A module packaged into a container image Flatpak ? A 8particular sort of) module packaged into a 8particular sort o': container image The big picture ● Modules% – 'latpak-runtime module – One module per Flatpak application ● Built into OCI Images $y t e Fedora )ayered +mage Build "ervice ● &istri$uted via registry7'edoraproject.org 0 y modules ● (atural way to do re$uilds of packages with –prefix=/app ● Increased packager fle,i$ility ● Alignment wit general modularity e''orts ● (o e,tra new infrastructure components Fedora Infrastructure ● !odule /uild "ervice 8!/": – manages module builds in Ko2i ● #roduct De'inition .enter 8#&.) @ stores in'ormation about module $uilds ● On Demand .ompose "ervice (O&.") – creates yum repositories 'or module builds ● Fedora )ayered +mage /uild "ervice 8F)+/") – builds containers and now flatpaks ● registry.'edorapro2ect.org @ stores containers and now flatpaks An example Flatpak Eye of *(OM- +mage Aiewer eog7yaml ● Module metadata 'ile ● &escri$es w at packages should $e $uilt ● And what t ose packages depend upon document: modulemd version: 1 eog.yaml data: summary: Eye of GNOME Application Module description: The Eye of GNOME image viewer (eog) is the official image viewer for the GNOME desktop [...] license: module: [ MIT ] dependencies: buildrequires: flatpak-runtime: f26 base-runtime: f26 perl: f26 common-build-dependencies: f26 shared-userspace: f26 requires: flatpak-runtime: f26 profiles: default: rpms: - eog components: rpms: eog.yaml eog: rationale: Core application ref: f26 buildorder: 3 exempi: rationale: Dependency ref: f26 buildorder: 2 libexif: rationale: Dependency ref: f26 buildorder: 2 glade: rationale: Build dependency for libpeas ref: f26 buildorder: 1 libpeas: rationale: Dependency ref: f26 buildorder: 2 .reating eog7yaml ● ttps://pagure.io/flatpak-module-tools $ flatpak-module create-modulemd \ --from-package eog -o eog.yaml ● ttps://githu$.com/fedora-modularity/depc ase ● Future common module tools flatpak.2son ● Has flatpak-specific metadata ● &escri$es the runtime environment flatpak.json { "id": "org.gnome.eog", "runtime": "org.fedoraproject.Platform", "runtime-version": "26", "command": "eog", "tags": ["Viewer"], "finish-args": ["--filesystem=host", "--share=ipc", "--socket=x11", "--socket=wayland", "--socket=session-bus", "--filesystem=~/.config/dconf:ro", "--filesystem=xdg-run/dconf", "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"] } man 'latpak9$uild9'inis )ocal build $ mbs-build local $ flatpak-module create-flatpak -l eog:f26 \ --module eog --info flatpak.json [ prints path to org.gnome.eog.flatpak ] $ flatpak-install --user <path_to_bundle> $ flatpak run org.gnome.eog ;oji Build (in progress) $ fedpkg clone module/eog && cd eog $ mbs-build submit $ koji-containerbuild flatpak-build candidate \ git://pkgs.fedoraproject.org/module/eog#origin/master \ --git-branch=master –module=eog:master $ flatpak remote-add –registry \ fedora-candidate candidate-registry.fedoraproject.org $ flatpak install fedora-candidate org.gnome.eog $ flatpak run org.gnome.org #roject status ● /uilding modules wit pre'i,=/app Working ● )ayered Image Build Ser1ice support for Flatpak – atomic-reactor – osbs-client Working, unmerged – ko2i9containerbuild ● OCI "upport in docker registry 8e,isting patc : ● -,porting browsing in'o 'rom docker registry Needs to be written ● Installing 'latpaks 'rom a docker registry Questions? https%=='edorapro2ect.org/wiki=Workstation=Flatpaks ttps%==flatpak.org CFlatpakApps irc7'reenode.net:#flatpak irc7'reenode.net:#fedora-workstation .
Recommended publications
  • Desktop Migration and Administration Guide
    Red Hat Enterprise Linux 7 Desktop Migration and Administration Guide GNOME 3 desktop migration planning, deployment, configuration, and administration in RHEL 7 Last Updated: 2021-05-05 Red Hat Enterprise Linux 7 Desktop Migration and Administration Guide GNOME 3 desktop migration planning, deployment, configuration, and administration in RHEL 7 Marie Doleželová Red Hat Customer Content Services [email protected] Petr Kovář Red Hat Customer Content Services [email protected] Jana Heves Red Hat Customer Content Services Legal Notice Copyright © 2018 Red Hat, Inc. This document is licensed by Red Hat under the Creative Commons Attribution-ShareAlike 3.0 Unported License. If you distribute this document, or a modified version of it, you must provide attribution to Red Hat, Inc. and provide a link to the original. If the document is modified, all Red Hat trademarks must be removed. Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law. Red Hat, Red Hat Enterprise Linux, the Shadowman logo, the Red Hat logo, JBoss, OpenShift, Fedora, the Infinity logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries. Linux ® is the registered trademark of Linus Torvalds in the United States and other countries. Java ® is a registered trademark of Oracle and/or its affiliates. XFS ® is a trademark of Silicon Graphics International Corp. or its subsidiaries in the United States and/or other countries. MySQL ® is a registered trademark of MySQL AB in the United States, the European Union and other countries.
    [Show full text]
  • Ubuntu Kung Fu
    Prepared exclusively for Alison Tyler Download at Boykma.Com What readers are saying about Ubuntu Kung Fu Ubuntu Kung Fu is excellent. The tips are fun and the hope of discov- ering hidden gems makes it a worthwhile task. John Southern Former editor of Linux Magazine I enjoyed Ubuntu Kung Fu and learned some new things. I would rec- ommend this book—nice tips and a lot of fun to be had. Carthik Sharma Creator of the Ubuntu Blog (http://ubuntu.wordpress.com) Wow! There are some great tips here! I have used Ubuntu since April 2005, starting with version 5.04. I found much in this book to inspire me and to teach me, and it answered lingering questions I didn’t know I had. The book is a good resource that I will gladly recommend to both newcomers and veteran users. Matthew Helmke Administrator, Ubuntu Forums Ubuntu Kung Fu is a fantastic compendium of useful, uncommon Ubuntu knowledge. Eric Hewitt Consultant, LiveLogic, LLC Prepared exclusively for Alison Tyler Download at Boykma.Com Ubuntu Kung Fu Tips, Tricks, Hints, and Hacks Keir Thomas The Pragmatic Bookshelf Raleigh, North Carolina Dallas, Texas Prepared exclusively for Alison Tyler Download at Boykma.Com Many of the designations used by manufacturers and sellers to distinguish their prod- ucts are claimed as trademarks. Where those designations appear in this book, and The Pragmatic Programmers, LLC was aware of a trademark claim, the designations have been printed in initial capital letters or in all capitals. The Pragmatic Starter Kit, The Pragmatic Programmer, Pragmatic Programming, Pragmatic Bookshelf and the linking g device are trademarks of The Pragmatic Programmers, LLC.
    [Show full text]
  • Release Notes for Fedora 15
    Fedora 15 Release Notes Release Notes for Fedora 15 Edited by The Fedora Docs Team Copyright © 2011 Red Hat, Inc. and others. The text of and illustrations in this document are licensed by Red Hat under a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA"). An explanation of CC-BY-SA is available at http://creativecommons.org/licenses/by-sa/3.0/. The original authors of this document, and Red Hat, designate the Fedora Project as the "Attribution Party" for purposes of CC-BY-SA. In accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version. Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law. Red Hat, Red Hat Enterprise Linux, the Shadowman logo, JBoss, MetaMatrix, Fedora, the Infinity Logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries. For guidelines on the permitted uses of the Fedora trademarks, refer to https:// fedoraproject.org/wiki/Legal:Trademark_guidelines. Linux® is the registered trademark of Linus Torvalds in the United States and other countries. Java® is a registered trademark of Oracle and/or its affiliates. XFS® is a trademark of Silicon Graphics International Corp. or its subsidiaries in the United States and/or other countries. MySQL® is a registered trademark of MySQL AB in the United States, the European Union and other countries. All other trademarks are the property of their respective owners.
    [Show full text]
  • SUSE® Linux Enterprise Desktop 12 and the Workstation Extension: What's New ?
    SUSE® Linux Enterprise Desktop 12 and the Workstation Extension: What's New ? Frédéric Crozat <[email protected]> Enterprise Desktop Release Manager Scott Reeves <[email protected]> Enterprise Desktop Development Manager Agenda • Design Criteria • Desktop Environment in SUSE Linux Enterprise 12 • GNOME Shell • Desktop Features and Applications 2 Design Criteria SUSE Linux Enterprise Desktop Interoperability Ease of Use Security Ease of Management Lower Costs 4 SUSE Linux Enterprise Desktop 12 • Focus on technical workstation ‒ Developers and System administrators • One tool for the job • Main desktop applications will be shipped: ‒ Mail client, Office Suite, Graphical Editors, ... • SUSE Linux Enterprise Workstation Extension ‒ Extend SUSE Linux Enterprise Server with packages only available on SUSE Linux Enterprise Desktop. (x86-64 only) 5 Desktop in SUSE Linux Enterprise 12 As Part of the Common Code Base SUSE Linux Enterprise 12 Desktop Environment • SUSE Linux Enterprise 12 contains one primary desktop environment • Additional light-weight environment for special use-cases: ‒ Integrated Systems • Desktop environment is shared between the server and desktop products 7 SUSE Linux Enterprise 12 Desktop Environment • GNOME 3 is the main desktop environment ‒ SLE Classic mode by default ‒ GNOME 3 Classic Mode and GNOME 3 Shell Mode also available • SUSE Linux Enterprise 12 ships also lightweight IceWM ‒ Targeted at Integrated Systems • QT fully supported: ‒ QT5 supported for entire SLE12 lifecycle ‒ QT4 supported, will be removed in future
    [Show full text]
  • System Analysis and Tuning Guide System Analysis and Tuning Guide SUSE Linux Enterprise Server 15 SP1
    SUSE Linux Enterprise Server 15 SP1 System Analysis and Tuning Guide System Analysis and Tuning Guide SUSE Linux Enterprise Server 15 SP1 An administrator's guide for problem detection, resolution and optimization. Find how to inspect and optimize your system by means of monitoring tools and how to eciently manage resources. Also contains an overview of common problems and solutions and of additional help and documentation resources. Publication Date: September 24, 2021 SUSE LLC 1800 South Novell Place Provo, UT 84606 USA https://documentation.suse.com Copyright © 2006– 2021 SUSE LLC and contributors. All rights reserved. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or (at your option) version 1.3; with the Invariant Section being this copyright notice and license. A copy of the license version 1.2 is included in the section entitled “GNU Free Documentation License”. For SUSE trademarks, see https://www.suse.com/company/legal/ . All other third-party trademarks are the property of their respective owners. Trademark symbols (®, ™ etc.) denote trademarks of SUSE and its aliates. Asterisks (*) denote third-party trademarks. All information found in this book has been compiled with utmost attention to detail. However, this does not guarantee complete accuracy. Neither SUSE LLC, its aliates, the authors nor the translators shall be held liable for possible errors or the consequences thereof. Contents About This Guide xii 1 Available Documentation xiii
    [Show full text]
  • Remote Desktop Server: XDMCP
    SUSE® Linux Enterprise Setup and Optimization for Remote Graphical Access Frédéric Crozat <[email protected] Enterprise Desktop Release Manager Scott Reeves <[email protected] Enterprise Desktop Development Manager Agenda • Remote Desktop Methods • Demo • Other Remote Access Methods • Session monitoring and Management • Additional settings 2 Remote Desktop Server: XDMCP • Highly discouraged by SUSE ‒ Not secure: traffic is not encrypted ‒ Not adapted to modern desktops, causing huge latency • But still available 3 Remote Desktop server: VNC • Recommended protocol (security, caching) • Available through several means: ‒ Independent session with XVNC (configured through YaST Remote Administration module) ‒ Sharing existing GNOME session, through vino (GNOME Control Center / Sharing) 4 Remote Desktop Server: RDP • Microsoft protocol, always available on Windows products (both as client and server) • xrdp is providing independent graphical sessions support 5 Remote Desktop Clients • Vinagre ‒ Connect to VNC / SSH / Spice / RDP sessions • Vncviewer • Browser ‒ Java ‒ HTML5 • Security ‒ TLS support • Situations for alternative display and window managers 6 Demo Other Remote Access Methods • Connection via ssh ‒ Only for applications ‒ not full desktop ‒ Can't attach to running applications • Graphical apps in containers ‒ Can be done but not supported • Beware, X11 socket is NOT secure ‒ In the future, xdg-app and wayland will help 8 Accessing SUSE Linux Enterprise systems from Windows • For RDP: built-in • For X11: ‒ Micro Focus Reflection X 2014: ‒ Standalone X server or Domain mode (distributes workload and connectivity across multiple tiers) ‒ Xming (Free X server for Windows) ‒ Exceed ‒ Cygwin X server • For VNC: ‒ Vncviewer ‒ Libvirt Virt-viewer (TLS support) 9 Session monitoring and management • Systemd-loginctl 10 Session monitoring and management • systemd-loginctl is replacing ConsoleKit • loginctl [list-sessions]: output all sessions • loginctl session-status <session-number>: 2 - fcrozat (1000) Since: lun.
    [Show full text]
  • Copyrighted Material
    37_125052 bindex.qxp 3/23/07 6:36 PM Page 343 Index Applications (Ubuntu Help Centre Symbols and Numerics window), 288 (@) at character, 70 Applications menu (GNOME desktop) (\) backslash character, 66 Accessories menu, 151 (:) colon character, 70 Add & Remove menu, 152 802.11a networks, 96 Games menu, 151 802.11b networks, 95–96 Graphics menu, 152 802.11g networks, 95–96 Internet menu, 152 802.11i networks, 95–96 Office menu, 152 802.11n networks, 96 Sound & Video menu, 152 (/) slash character, 65 applications, starting, 164–165 (~) tilde character, 70 APs (Access Points) overview, 98 unencrypted APs, 93, 97, 98–102 • A • WEP-encrypted APs, 93, 98, 102–103 WPA-encrypted APs, 98, 103–110 About GNOME option (GNOME desktop), apt-get utility 153 package installation with, 298 About OpenOffice.org, 289 package updating with, 296 About Ubuntu (Ubuntu Help Centre Archive Manager, 167 window), 288 asymmetric keys, 324 About Ubuntu option (GNOME desktop), at (@) character, 70 153 Audacity sound editor access points (APs) converting files, 267–268 overview, 98 installing, 266 unencrypted APs, 93, 97, 98–102 multimedia, 266–268 WEP-encrypted APs, 93, 98, 102–103 setting up, 266–267 WPA-encrypted APs, 98, 103–110 audio CDs, burning, 265–270 accessories, 167–168 audio files, playing, 257–258 Accessories menu (GNOME desktop), 151 automatic suspension, programming your activating the new settings for static IP computer for, 76 addresses, 89–90 COPYRIGHTEDautomatic MATERIAL update system for Firefox, 188 Add/Remove application, 170 Add & Remove menu
    [Show full text]
  • New Gnome 2.16 Desktop? NEW GNOME
    REVIEWS Gnome 2.16 What’s new in the new Gnome 2.16 desktop? NEW GNOME The changes in Gnome 2.16 are more than cosmetic: the current release sees a leaner and faster version of the desktop. BY CHRISTIAN MEYER ust six months ago, when Gtk#. The libraries makes it easier for Although Metacity, the original Gnome Gnome 2.14 reached the mirror developers who prefer not to use C to window manager, does not support all Jservers, the Gnome developers enter the world of Gnome. Gnome bind- the effects I just referred to, it will still proved they can set milestones without ings are available for C++, C#, and perform well with the new 3D X servers. sacrificing usability. Programs such as Python. The features are not enabled by default, the Deskbar applet demonstrate the but enabling them will give you a first power of Gnome’s underpinnings, pro- 3D Desktop impression of the capabilities you can viding an attractive GUI that is both effi- In last couple of years, much time and expect with the new X server extensions. cient and remarkably uncluttered. money has gone into investigating new You don’t even need to terminate the The latest 2.16 version adds a variety GUI concepts. One of the results is the current session (that is, log off and back of new features, and there have been Looking Glass project [1] by Sun Micro- on) to disable the effects. major improvements with respect to per- systems, which gives users the ability to formance and memory consumption.
    [Show full text]
  • JPEG Renaming and Loss-Free Processing EXIF TRICKS
    COVER STORY Image Processing with EXIF JPEG renaming and loss-free processing EXIF TRICKS You can rename and modify JPEG files without touching the graphics by manipulating settings in the file header. www.sxc.hu BY MARTIN STEIGERWALD he Exchange Image File (EXIF) data is included with image file formats tings such as the date and time of cre- format is a standard developed such as JPEG and TIFF, as well as with ation, the exposure time, the aperture Tby the Japan Electronic Industry audio formats such as RIFF. Depending setting, the exposure program, the size, Development Association (JEIDA) that on the model and make of your camera, the resolution, and the orientation of the lets digital cameras store meta-informa- the meta-information stored in the image. tion in the header of an image file. EXIF header of the image file can include set- Linux provides several tools for ma- nipulating EXIF data directly. Directly Table 1: EXIF Applications manipulating the metadata associated with an image file saves time, promotes Application EXIF Support Loss-free Rotation and Mirroring automation, and, in some cases, pre- Digikam 0.7.2, Photo management Load, display, but not save In the drop-down for the image, also automatically based on EXIF vents the data loss that would occur information with graphic manipulation. This article Eye of Gnome 2.8.2, Image Viewer Load, display, and save No describes some techniques for using Feh 1.3.4, Image viewer No Via File | Edit in Place. EXIF infor- EXIF metadata to rename and manipu- mation is lost late JPEG images.
    [Show full text]
  • Showing JPG Comments in an Image Browser John C
    Showing JPG comments in an image browser John C. Nash 2017-06-04 The Conclusions (up front!) The JPEG image standard allows several ways to save caption information INSIDE an individual JPG file. This is important, as captions stored separately can be “lost” if filenames are changed. However, which choice of mechanism to use leads to confusion. Here I recommend the “Comment” field be used. This is available via rdjpgcom and wrjpgcom tools in Linux. On Windows, or under WINE in Linux, Irfanview is quite capable (Image/Info/Comment), but mapivi which is cross platform is sometimes better for adding comments. For Linux I found feh allowed a simple script to display images with comments for a quick verification of the caption. Irfanview offers a full-screen option that is similar. Having got into “production” mode, I discovered that it was, or at least feels, more efficient to work mostly in Irfanview. The background to this is outlined in the section “Production workflow”. Motivations My wife and I have a lot of photos. We don’t look at them very often, but they do represent memories and serve to remind us of events in our past. There are also some that should be passed to other family and friends. The many albums take up space, and are not terribly well stored. For this reason we have been scanning them. Images on their own are not particularly useful. Therefore we have been adding captions, using the “Comment” capability of JPG files. This is in the IPTC tags of the JPEG standard (https://en.wikipedia.org/wiki/JPEG).
    [Show full text]
  • Install Gnome Software Center Arch
    Install gnome software center arch Upstream URL: License(s): GPL2. Maintainers: Jan Steffens. Package Size: MB. Installed Size: Installed Size​: ​ MB. gnome-software will be available as a preview in It can install, remove applications on systems with PackageKit. It can install updates on Gnome software will not start / Applications & Desktop. A quick video on Gnome Software Center in Arch Linux. Gnome unstable repository. There is a component called Polkit that is used by many applications to request root permissions to do things (it can do so because it's a. GNOME Software on #archlinux with native PackageKit backend, and this is a gui for installing software, ala ubuntu software manager, but distro This is some kind of Ubuntu Software Centre, with comments and all that. Need help installing Gnome Software Center for Arch Linux? Here are some instructions: Click DOWNLOAD HERE in the menu. Download the file. Make the file. I had to install it with along with packagekit. This is what's missing to make Antergos *the* beginner-friendly Arch-based distro, or general So, it is not a bad idea for the “Gnome Software Center” to include by default. GNOME software software center graphic that we will find the default in future releases of Fedora in addition to being installed in Arch Linux Please help me to install GNOME Software on. GNOME Software Will Work On Arch Linux With PackageKit the Alpm/Pacman back-end for using this GNOME application to install and. From: Sriram Ramkrishna ; To: desktop-devel-list devel-list gnome org>; Subject: gnome- software/packagekit.
    [Show full text]
  • Red Hat Enterprise Linux 7 7.8 Release Notes
    Red Hat Enterprise Linux 7 7.8 Release Notes Release Notes for Red Hat Enterprise Linux 7.8 Last Updated: 2021-03-02 Red Hat Enterprise Linux 7 7.8 Release Notes Release Notes for Red Hat Enterprise Linux 7.8 Legal Notice Copyright © 2021 Red Hat, Inc. The text of and illustrations in this document are licensed by Red Hat under a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA"). An explanation of CC-BY-SA is available at http://creativecommons.org/licenses/by-sa/3.0/ . In accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version. Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law. Red Hat, Red Hat Enterprise Linux, the Shadowman logo, the Red Hat logo, JBoss, OpenShift, Fedora, the Infinity logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries. Linux ® is the registered trademark of Linus Torvalds in the United States and other countries. Java ® is a registered trademark of Oracle and/or its affiliates. XFS ® is a trademark of Silicon Graphics International Corp. or its subsidiaries in the United States and/or other countries. MySQL ® is a registered trademark of MySQL AB in the United States, the European Union and other countries. Node.js ® is an official trademark of Joyent. Red Hat is not formally related to or endorsed by the official Joyent Node.js open source or commercial project.
    [Show full text]