GNU/Linux >> Linux の 問題 >  >> Linux

プリンターを追加するために root を必要としません

/etc/cups 内のファイルを見てください

手元に Fedora 15 システムはありませんが、最近の RHEL ボックスを見ると、関連するビットは /etc/cups/cupsd.conf にあります

....
# Administrator user group...
SystemGroup sys root
....
# Restrict access to configuration files...
<Location /admin/conf>
  AuthType Basic
  Require user @SYSTEM
  Order allow,deny
  Allow localhost
</Location>
....
 # All administration operations require an adminstrator to authenticate...
<Limit Pause-Printer Resume-Printer Set-Printer-Attributes Enable-Printer 
     Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs 
     Release-Held-New-Jobs Deactivate-Printer Activate-Printer 
     Restart-Printer Shutdown-Printer Startup-Printer Promote-Job 
     Schedule-Job-After CUPS-Add-Printer CUPS-Delete-Printer 
     CUPS-Add-Class CUPS-Delete-Class CUPS-Accept-Jobs 
     CUPS-Reject-Jobs CUPS-Set-Default>
  AuthType Basic
  Require user @SYSTEM
  Order deny,allow
</Limit>

IIRC、@SYSTEM は SystemGroup にリストされているグループのマクロです


Linux
  1. ドキュメントのroot権限を持つLinuxユーザーを追加します

  2. 新しいWordPressユーザーを追加します

  3. rootユーザーとしてjenkinsでシェルコマンドを実行しますか?

  1. root ユーザーの ulimit を決定する

  2. 追加の root ユーザーを作成するには?

  3. sudo su - は悪い習慣と見なされますか?

  1. Linuxでユーザーをグループに追加する方法

  2. ユーザーグループルートの機能??

  3. Sudoユーザーとrootユーザーの違いは?