| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
| |
When no PolKit is installed, the program gets built without support
for it. This can be overriden by specifying -DENABLE_POLKIT=ON on
the cmake command line.
|
| |
|
|
|
|
| |
PVSCheckPrivileges::instance() is statically allocated. When it is
deleted, the QCoreApplication is already gone (since it is stack-
allocated), and the destructor of QFileSystemWatcher waits forever.
|
| |
|
|
|
|
| |
The administrator can set a list of users and a list of groups to
see as privileged. This list is reloaded whenever the configuration
file changes, or changes to the user/group database are detected.
|
| |
|