Conseil : Recherchez des résultats uniquement en français. Vous pouvez indiquer votre langue de recherche sur la page Préférences.
Rappel concernant les règles de confidentialité de Google
Lire
Résultats de recherche
capabilities(7) - Linux manual page - man7.org
man7.org/linux/man-pages/man7/capabilities.7.htmlTraduire cette page
Starting with kernel 2.2, Linux divides the privileges traditionally associated with superuser into distinct units, known as capabilities, which can be independently enabled and disabled. Capabilities are a per-thread attribute. Capabilities list The following list shows the capabilities implemented on Linux, and the operations or ...Les capabilities sous Linux / GLMF-164 / GNU/Linux Magazine ...
https://connect.ed-diamond.com/GNU-Linux-Magazine/.../Les-capabilities-sous-Linux
Confinement d'exécution. Le confinement d'exécution désigne tous les mécanismes réduisant les privilèges d'un processus en activité sur le système. Cette réduction porte sur les différentes actions que peut réaliser le processus : entrées / sorties dans certaines portions du système de fichiers, envoi de signauxPOSIX capabilities - The Linux Kernel Archives
https://www.kernel.org/pub/linux/.../linux.../kernel-2.../capfaq-0.2....Traduire cette page
The name "capabilities" as used in the Linux kernel can be confusing. First there are Capabilities as defined in computer science. A capability is a token used by a process to prove that it is allowed to do an operation on an object. The capability identifies the object and the operations allowed on that object. A file descriptor isCapabilities - ArchWiki
https://wiki.archlinux.org/index.php/CapabilitiesTraduire cette page
1 oct. 2017 - Capabilities are implemented on Linux using extended attributes (xattr(7)) in the security namespace. Extended attributes are supported by all major Linux file systems, including Ext2, Ext3, Ext4, Btrfs, JFS, XFS, and Reiserfs. The following example prints the capabilities of ping with getcap , and then prints ...capabilities(7): overview of capabilities - Linux man page
https://linux.die.net/man/7/capabilitiesTraduire cette page
The following list shows the capabilities implemented on Linux, and the operations or behaviors that each capability permits: CAP_AUDIT_CONTROL (capabilities: Ambient capabilities [LWN.net]
https://lwn.net/Articles/636533/Traduire cette page
12 mars 2015 - Credit where credit is due: this idea comes from Christoph Lameter with a lot of valuable input from Serge Hallyn. This patch is heavily based on Christoph's patch. ===== The status quo ===== On Linux, there are a number of capabilities defined by the kernel. To perform various privileged tasks, processes ...[PDF]How Linux Capability Works in 2.6.25
www.cis.syr.edu/~wedu/.../Linux/How_Linux_Capability_Works....Traduire cette page
of checking whether the effective uid of the process i 0 as is normally done). For example, when a process tries to set the clock, the Linux kernel will check that the process has the CAP SYS TIME bit (which is currently bit 25) set in its effective setTaking Advantage of Linux Capabilities | Linux Journal
www.linuxjournal.com/article/5737Traduire cette page
1 mai 2002 - A list of all the capabilities that your system is, well, capable of, is available in /usrLinux Capabilities - Luke Hinds
lukehinds.com/2016/02/07/linux-capabilities.htmlTraduire cette page
Linux Capabilities. Feb 7, 2016. I came across Linux Capabilities while researching PID namespaces in the Linux Kernel. They are certainly nothing new (they came out in the 2.2 kernel), but they are currently getting more attention, as a means of security for containers. Capabilities are essentially a system for limiting ...Overview of Linux capabilities, part 1 - Simplicity is a form of art...
blog.siphos.be/2013/05/overview-of-linux-capabilities-part-1/Traduire cette page
4 mai 2013 - An example given was how capabilities can be leveraged to run ping without granting it setuid root rights. But what are the various capabilities that Linux is, well, capable of? There are many, and as time goes by, more capabilities are added to the set. The last capability added to the main Linux kernel tree ...