Package: procps
Version: 2:3.3.9-8
Followup-For: Bug #771978

Dear Maintainer,

Updated profile per discussion. Attached.
                                Thanks
# ------------------------------------------------------------------
#
# Copyright (c) 2014 Pat Parson 
#
#    This program is free software; you can redistribute it and/or
#    modify it under the terms of version 2 of the GNU General Public
#    License published by the Free Software Foundation.
#
# ------------------------------------------------------------------
# Last Modified: Mon Dec 13 09:53:45 2014
#include <tunables/global>
#include <tunables/sys>

/bin/ps {
  #include <abstractions/base>
  #include <abstractions/consoles>
  #include <abstractions/nameservice>

  # most ps functions available without the dac_override & dac_read_search
  capability dac_override,
  capability dac_read_search,
  capability sys_ptrace,

  /bin/ps mr,
  @{PROC} r,
  @{PROC}@{pids}/ r,
  @{PROC}@{pids}/** r,
  @{PROC}@{sys}kernel/pid_max r,
  @{PROC}tty/drivers r,
  @{PROC}uptime r,

}

Reply via email to