Qt 4.8
|
This comes from the SXE kernel patch file include/linux/lidsif. More...
#include <qtransportauthdefs_qws.h>
Public Variables | |
dev_t | dev |
ino_t | ino |
char | key [QSXE_KEY_LEN] |
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 148 of file qtransportauthdefs_qws.h.
dev_t usr_key_entry::dev |
Definition at line 152 of file qtransportauthdefs_qws.h.
ino_t usr_key_entry::ino |
Definition at line 151 of file qtransportauthdefs_qws.h.
Referenced by QTransportAuthPrivate::getClientKey().
char usr_key_entry::key[QSXE_KEY_LEN] |
Definition at line 150 of file qtransportauthdefs_qws.h.