<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="dconf-lockdown" xml:lang="ko">

  <info>
    <link type="guide" xref="user-settings#lockdown"/>
    <link type="guide" xref="setup"/>
    <link type="seealso" xref="dconf"/>
    <link type="seealso" xref="dconf-profiles"/>
    <revision pkgversion="3.30" date="2019-02-08" status="review"/>

    <credit type="author copyright">
      <name>Ryan Lortie</name>
      <email>desrt@desrt.ca</email>
      <years>2012</years>
    </credit>
    <credit type="copyright editor">
      <name>Ekaterina Gerasimova</name>
      <email>kittykat3756@gmail.com</email>
      <years>2013, 2015</years>
    </credit>
    <credit type="editor">
      <name>Petr Kovar</name>
      <email>pknbe@volny.cz</email>
      <years>2019</years>
    </credit>

    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>

    <desc>개별 설정을 바꾸지 못하도록 <sys its:translate="no">dconf</sys>에서 <em>잠금</em>모드를 사용합니다.</desc>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>조재은</mal:name>
      <mal:email>ckr971028@gmail.com</mal:email>
      <mal:years>2018</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>조성호</mal:name>
      <mal:email>shcho@gnome.org</mal:email>
      <mal:years>2019, 2021, 2023.</mal:years>
    </mal:credit>
  </info>

  <title>특정 설정 잠금</title>

  <p>dconf에서 잠금 모드를 사용하면, 사용자가 개별 설정을 바꾸지 못하게 막을 수 있습니다. 시스템 설정을 잠그지 않으면 사용자가 시스템 설정을 바꾸는 우선권을 취합니다.</p>

  <p><sys its:translate="no">dconf</sys> 키 또는 하위 경로를 <em>잠그</em>려면, 키 파일 디렉터리에 <file its:translate="no">locks</file> 하위 디렉터리를 만들어야합니다. 이 디렉터리의 파일에 잠글 키 또는 하위 경로가 들어갑니다. <link xref="dconf-keyfiles">keyfiles</link>에서와 같이, 이 디렉터리에 파일 여러개를 추가할 수 있습니다.</p>

  <steps>
    <title>설정 잠금</title>
    <item>
      <p>키 또는 하위 경로를 잠그기 전에, 설정해야 할 부분이 있습니다. 이 예제에서는 <link xref="desktop-background">배경</link>을 설정하고 난 후 잠그는 방법을 보여줍니다.</p>

      <p>여기서 잠그려는 설정이 들어간 <link xref="dconf-profiles"><sys>user</sys> 프로파일</link> 과 <link xref="dconf-keyfiles">keyfile</link>이 있어야합니다.</p>
    </item>
    <item>
      <p><file its:translate="no">/etc/dconf/db/local.d/locks</file> 디렉터리를 만드십시오.</p>
    </item>
    <item>
      <p><file its:translate="no">/etc/dconf/db/local.d/locks/</file> 디렉터리에 파일을 만들고 줄 하나당 키 또는 하위 경로를 적어내려가십시오. 예를 들어, <file its:translate="no">/etc/dconf/db/local.d/locks/00_default-wallpaper</file>를 만들면:</p>
<code its:translate="no">
# <span its:translate="yes">배경 전환 방지</span>
/org/gnome/desktop/background/picture-uri
/org/gnome/desktop/background/picture-options
/org/gnome/desktop/background/primary-color
/org/gnome/desktop/background/secondary-color
</code>
    </item>
    <include xmlns="http://www.w3.org/2001/XInclude" href="dconf-snippets.xml" xpointer="xpointer(/*/*[@xml:id='dconf-update'])"/>
  </steps>

</page>
