#include <qtransportauthdefs_qws.h>
This comes from the SXE kernel patch file include/linux/lidsif.h.
This is the (new) data record for the key file (version 2).
The key file is (now) either /proc/lids/keys (and the per-process keys in /proc/<pid>/lids_key) OR for desktop/development ONLY (not for production) it is $QPEDIR/etc/keyfile
The key file maps keys to files.
File are identified by inode and device numbers, not paths.
(See the "installs" file for path to inode/device mapping)
Definition at line 145 of file qtransportauthdefs_qws.h.
Public Attributes | |
char | key [QSXE_KEY_LEN] |
ino_t | ino |
dev_t | dev |
char key[QSXE_KEY_LEN] |
Definition at line 147 of file qtransportauthdefs_qws.h.
ino_t ino |
Definition at line 148 of file qtransportauthdefs_qws.h.
dev_t dev |
Definition at line 149 of file qtransportauthdefs_qws.h.