mirror of
https://github.com/altlinux/admc.git
synced 2025-03-20 14:50:06 +03:00
Comment GPT/GPT security descriptor debug out
This commit is contained in:
parent
892ffd260c
commit
670498405a
@ -1683,17 +1683,17 @@ bool AdInterface::gpo_check_perms(const QString &gpo, bool *ok) {
|
||||
return out;
|
||||
}();
|
||||
|
||||
qDebug() << "--------";
|
||||
qDebug() << "gpc_sd:";
|
||||
for (auto e : QString(gpc_sd).split(",")) {
|
||||
qDebug() << e;
|
||||
}
|
||||
// qDebug() << "--------";
|
||||
// qDebug() << "gpc_sd:";
|
||||
// for (auto e : QString(gpc_sd).split(",")) {
|
||||
// qDebug() << e;
|
||||
// }
|
||||
|
||||
qDebug() << "--------";
|
||||
qDebug() << "gpt_sd:";
|
||||
for (auto e : QString(gpt_sd).split(",")) {
|
||||
qDebug() << e;
|
||||
}
|
||||
// qDebug() << "--------";
|
||||
// qDebug() << "gpt_sd:";
|
||||
// for (auto e : QString(gpt_sd).split(",")) {
|
||||
// qDebug() << e;
|
||||
// }
|
||||
|
||||
if (gpc_sd.isEmpty() || gpt_sd.isEmpty()) {
|
||||
*ok = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user