> 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/politikalar/tayfa-politikalari/polkit-politikasi.md).

# Polkit Politikası

PolicyKit kullanıcı oturumlarını izleyerek, masaüstü ortamında ince ayarlanmış yeteneklere izin veren bir servistir. Sudoers dışında, dbus yolu ile doğrudan servisler üzerinde yetkilendirme işlemleri yapılabilir.

Örneğin, **Ağ Ayarları** değiştirilirken parola istememesi, yada yerel yetkili kullanıcı yerine mevcut kullanıcı parolası ile işlem yapılması sağlanabilir.

![p1-polkit](/files/NpXYBkPcu1YK1SDBCvz9)

## Polkit Ayarları <a href="#politika-degerleri" id="politika-degerleri"></a>

### Politika Değerleri <a href="#politika-degerleri" id="politika-degerleri"></a>

**Politika İsmi:** Polkit dosyasını adı. Alias olarak tanımlanabilir.

**Eylem Adı:** Yönetilmek istenen DBUS eylemi yazılmalıdır (Örn: org.freedesktop.NetworkManager.settings.modify.system)​Networkorg.freedesktop.NetworkManager.settings.modify.system​​​​​​​​​​​​​

| Açıklama                                                                              | Politika İsmi         | Eylem Adı                                                    | Etkilenecek Kullanıcılar | Etkilenecek Gruplar | Allow\_Any | Allow\_Inactive | Allow\_Active |
| ------------------------------------------------------------------------------------- | --------------------- | ------------------------------------------------------------ | ------------------------ | ------------------- | ---------- | --------------- | ------------- |
| Kullanıcıya Network ayarlarını kendi parolası ile düzenleme izni verir                | network-self-password | <p>org.freedesktop.NetworkManager.settings.\*</p><p><br></p> | duygu                    |                     | auth\_self | auth\_self      | auth\_self    |
| Kullanıcıya Network ayarlarını parola sormadan ile düzenleme izni verir               | network-no-password   | org.freedesktop.NetworkManager.settings.\*                   | duygu                    |                     | yes        | yes             | yes           |
| Tüm Domain Kullanıcılarına Network ayarlarını kendi parolası ile düzenleme izni verir | network-self-password | org.freedesktop.NetworkManager.settings.\*                   |                          | Domain Users        | auth\_self | auth\_self      | auth\_self    |


---

# 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:

```
GET https://docs.liman.dev/tayfa/politikalar/tayfa-politikalari/polkit-politikasi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
