Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/linux
File: nsfs.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
[0] Fix | Delete
#ifndef __LINUX_NSFS_H
[1] Fix | Delete
#define __LINUX_NSFS_H
[2] Fix | Delete
[3] Fix | Delete
#include <linux/ioctl.h>
[4] Fix | Delete
[5] Fix | Delete
#define NSIO 0xb7
[6] Fix | Delete
[7] Fix | Delete
/* Returns a file descriptor that refers to an owning user namespace */
[8] Fix | Delete
#define NS_GET_USERNS _IO(NSIO, 0x1)
[9] Fix | Delete
/* Returns a file descriptor that refers to a parent namespace */
[10] Fix | Delete
#define NS_GET_PARENT _IO(NSIO, 0x2)
[11] Fix | Delete
/* Returns the type of namespace (CLONE_NEW* value) referred to by
[12] Fix | Delete
file descriptor */
[13] Fix | Delete
#define NS_GET_NSTYPE _IO(NSIO, 0x3)
[14] Fix | Delete
/* Get owner UID (in the caller's user namespace) for a user namespace */
[15] Fix | Delete
#define NS_GET_OWNER_UID _IO(NSIO, 0x4)
[16] Fix | Delete
[17] Fix | Delete
#endif /* __LINUX_NSFS_H */
[18] Fix | Delete
[19] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function