1
0
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:
Semyon Knyazev 2025-01-13 16:39:00 +04:00
parent 892ffd260c
commit 670498405a

View File

@ -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;