> For the complete documentation index, see [llms.txt](https://docs.liman.dev/tayfa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.liman.dev/tayfa/sorun-giderme/politika-kontrolu.md).

# Politika Kontrolü

## Politika Tetikleme Debug

Aşağıdaki komut ile istemci üzerinde politika çekme işlemini tetikletebilirsiniz

```
gpupdate
```

Hangi politikaların uygulandığını daha detaylı görmek isterseniz aşağıdaki şekilde verbose parametresi ile çalıştırabilirsiniz.

```
test@client01:~$ gpupdate -v

Policy Results:

Successful Policies:
{32D7077E-9CCC-4900-BD43-C11E32FCE511}/L_Machine/sudoers.xml
{32D7077E-9CCC-4900-BD43-C11E32FCE511}/L_Machine/firefox.xml
{32D7077E-9CCC-4900-BD43-C11E32FCE511}/L_Machine/libreoffice.xml

Unsuccessful Policies:
 

Policy update success

```

## Politika Log Dosyaları

Uygulanan politikaların logları `/usr/share/tayfa/log` dizini altında tarihe göre tutulmaktadır. Genel logların ve özetlerin dosyaları olduğu gibi her bir politikanın kendine ait bir log dosyası bulunmaktadır.

* **Genel Loglar:** /usr/share/tayfa/log/tayfalog-2021-X-X
* **Hata Logları:** /usr/share/tayfa/log/tayfalog-error-2021-X-X
* **Politika Logları:**
  * /usr/share/tayfa/log/account-plugin-2021-X-X
  * /usr/share/tayfa/log/bariyer-plugin-2021-X-X
  * /usr/share/tayfa/log/cert-plugin-2021-X-X
  * /usr/share/tayfa/log/chrome-plugin-2021-X-X
  * /usr/share/tayfa/log/conky-plugin-2021-X-X
  * /usr/share/tayfa/log/crontab-plugin-2021-X-X
  * /usr/share/tayfa/log/filetransfer-plugin-2021-X-X
  * /usr/share/tayfa/log/firefox-plugin-2021-X-X
  * /usr/share/tayfa/log/grub-plugin-2021-X-X
  * /usr/share/tayfa/log/gsettings-plugin-2021-X-X
  * /usr/share/tayfa/log/hvlcrypt-plugin-2021-X-X
  * /usr/share/tayfa/log/hvlgreeter-plugin-2021-X-X
  * /usr/share/tayfa/log/java-plugin-2021-X-X
  * /usr/share/tayfa/log/launcher-plugin-2021-X-X
  * /usr/share/tayfa/log/libreoffice-plugin-2021-X-X
  * /usr/share/tayfa/log/network-plugin-2021-X-X
  * /usr/share/tayfa/log/ntpservers-plugin-2021-X-X
  * /usr/share/tayfa/log/package-plugin-2021-X-X
  * /usr/share/tayfa/log/power-plugin-2021-X-X
  * /usr/share/tayfa/log/printer-plugin-2021-X-X
  * /usr/share/tayfa/log/quota-plugin-2021-X-X
  * /usr/share/tayfa/log/rsyslog-plugin-2021-X-X
  * /usr/share/tayfa/log/samba-plugin-2021-X-X
  * /usr/share/tayfa/log/script-plugin-2021-X-X
  * /usr/share/tayfa/log/service-plugin-2021-X-X
  * /usr/share/tayfa/log/settings-plugin-2021-X-X
  * /usr/share/tayfa/log/shortcuts-plugin-2021-X-X
  * /usr/share/tayfa/log/shutdown-plugin-2021-X-X
  * /usr/share/tayfa/log/sshd-plugin-2021-X-X
  * /usr/share/tayfa/log/sssd-plugin-2021-X-X
  * /usr/share/tayfa/log/startmenu-plugin-2021-X-X
  * /usr/share/tayfa/log/startup-plugin-2021-X-X
  * /usr/share/tayfa/log/sudoers-plugin-2021-X-X
  * /usr/share/tayfa/log/su-plugin-2021-X-X
  * /usr/share/tayfa/log/tayfalog-2021-X-X
  * /usr/share/tayfa/log/tayfalog-error-2021-X-X
  * /usr/share/tayfa/log/tayfalog-security-2021-X-X
  * /usr/share/tayfa/log/tayfalog-summary-2021-X-X
  * /usr/share/tayfa/log/tayfa-plugin-2021-X-X
  * /usr/share/tayfa/log/ufw-plugin-2021-X-X
  * /usr/share/tayfa/log/usb-plugin-2021-X-X
  * /usr/share/tayfa/log/wallpaper-plugin-2021-X-X
  * /usr/share/tayfa/log/xfce-plugin-2021-X-X


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.liman.dev/tayfa/sorun-giderme/politika-kontrolu.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
