Lines Matching refs:indicates
59 - **open** indicates the operation denied.
60 - **pid=1658** indicates that the PID of the subject process is **1658**.
61 - **comm="setenforce"** indicates that the subject process is **setenforce**.
62 …- **path="/sys/fs/selinux/enforce"** indicates that the object to be accessed is **/sys/fs/selinux…
63 - **dev="selinuxfs"** indicates that the object belongs to the SELinux filesystem (selinuxfs).
64 - **ino=4** indicates that the file node ID is **4**.
65 - **scontext=u:r:hdcd:s0** indicates that the SELinux label of the subject is **u:r:hdcd:s0**.
67 - **tclass=file** indicates the type of the object to be accessed by the subject.
68 …- **permissive=1** indicates that SELinux runs in permissive mode, where violations are logged but…
87 …- **subject** indicates the subject, which is usually the SELinux type of the process, for example…
88 …- **object** indicates the object, which is usually the SELinux type of a system resource, for exa…
89 …lass** indicates the type of the object to access. For example, **file** indicates a file, **dir**…
90 …- **permissions** indicates the specific operation to perform, for example, to open, read, or writ…