GET https://kbin.spritesserver.nl/index.php/u/@ZephyrXero@lemmy.world/commented

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\KbinAuthenticator
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "two_factor"
  "remember_me"
  "App\Security\KbinAuthenticator"
  "App\Security\FacebookAuthenticator"
  "App\Security\GoogleAuthenticator"
  "App\Security\GithubAuthenticator"
  "App\Security\KeycloakAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
1.90 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#584
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#595 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#582
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#842 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#581 …}
}
0.04 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#579
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#937 …}
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#786
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#841 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1015 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
}
0.00 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
4
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
5
"App\Security\Voter\EntryCommentVoter"
6
"App\Security\Voter\EntryVoter"
7
"App\Security\Voter\MagazineVoter"
8
"App\Security\Voter\MessageThreadVoter"
9
"App\Security\Voter\MessageVoter"
10
"App\Security\Voter\NotificationVoter"
11
"App\Security\Voter\OAuth2UserConsentVoter"
12
"App\Security\Voter\PostCommentVoter"
13
"App\Security\Voter\PostVoter"
14
"App\Security\Voter\UserVoter"

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1577
  +user: Proxies\__CG__\App\Entity\User {#2454 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1715 …}
  +slug: "What-are-the-major-components-of-any-Linux-distribution"
  +title: "What are the major components of any Linux distribution?"
  +url: null
  +body: """
    Hi all - I am learning about Linux and want to see if my understanding is correct on this - the list of *major parts* of any distro:\n
    \n
    1. the Linux Kernel\n
    2. GRUB or another bootloader\n
    3. one or more file systems (gotta work with files somehow, right?)\n
    4. one or more Shells (the terminal - bash, zsh, etc…)\n
    5. a Desktop Environment (the GUI, if included, like KDE or Gnome - does this include X11 or Wayland or are those separate from the DE?)\n
    6. a bunch of Default applications and daemons (is this where systemd fits int? I know about the GNU tools, SAMBA, CUPS, etc…)\n
    7. a Package Manager (apt, pacman, etc…)\n
    \n
    Am I forgetting anything at this 50,000 foot level? I know there are lots of other things we can add, but what are the most important things that ALL Linux distributions include?\n
    \n
    Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 37
  +favouriteCount: 122
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701032472 {#1548
    date: 2023-11-26 22:01:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1714 …}
  +votes: Doctrine\ORM\PersistentCollection {#1720 …}
  +reports: Doctrine\ORM\PersistentCollection {#1739 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1598 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1626 …}
  +badges: Doctrine\ORM\PersistentCollection {#1701 …}
  +children: [
    App\Entity\EntryComment {#1609
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1577 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: null
      +root: null
      +body: "You need the “Userland” programs. Basic things like `ls`, `cp`, `cat`, etc. Usually it’s GNU core tools, but there’s also BusyBox or BSD equivalents."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1700968673 {#1431
        date: 2023-11-26 04:17:53.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@perishthethought@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1587 …}
      +nested: Doctrine\ORM\PersistentCollection {#1574 …}
      +votes: Doctrine\ORM\PersistentCollection {#1588 …}
      +reports: Doctrine\ORM\PersistentCollection {#1584 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1655 …}
      -id: 164837
      -bodyTs: "'also':22 'basic':6 'bsd':25 'busybox':23 'cat':11 'core':17 'cp':10 'equival':26 'etc':12 'gnu':16 'like':8 'ls':9 'need':2 'program':5 'thing':7 'tool':18 'userland':4 'usual':13"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5589549"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700968673 {#1694
        date: 2023-11-26 04:17:53.0 +01:00
      }
      +"title": 164837
    }
  ]
  -id: 16851
  -titleTs: "'compon':5 'distribut':9 'linux':8 'major':4"
  -bodyTs: "'000':120 '1':27 '2':31 '3':36 '4':48 '5':58 '50':119 '6':83 '7':106 'add':133 'anoth':34 'anyth':116 'applic':88 'apt':110 'bash':55 'bootload':35 'bunch':85 'correct':16 'cup':104 'daemon':90 'de':82 'default':87 'desktop':60 'distribut':144 'distro':26 'environ':61 'etc':57,105,112 'file':40,45 'fit':95 'foot':121 'forget':115 'gnome':69 'gnu':101 'gotta':42 'grub':32 'gui':63 'hi':1 'import':139 'includ':65,72,145 'int':96 'kde':67 'kernel':30 'know':98,124 'learn':5 'level':122 'like':66 'linux':7,29,143 'list':20 'lot':127 'major':22 'manag':109 'one':37,49 'packag':108 'pacman':111 'part':23 'right':47 'samba':103 'see':11 'separ':79 'shell':52 'somehow':46 'system':41 'systemd':94 'termin':54 'thank':146 'thing':130,140 'tool':102 'understand':14 'want':9 'wayland':75 'work':43 'x11':73 'zsh':56"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701049024
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/16037589"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700962624 {#1610
    date: 2023-11-26 02:37:04.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1577
  +user: Proxies\__CG__\App\Entity\User {#2454 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1715 …}
  +slug: "What-are-the-major-components-of-any-Linux-distribution"
  +title: "What are the major components of any Linux distribution?"
  +url: null
  +body: """
    Hi all - I am learning about Linux and want to see if my understanding is correct on this - the list of *major parts* of any distro:\n
    \n
    1. the Linux Kernel\n
    2. GRUB or another bootloader\n
    3. one or more file systems (gotta work with files somehow, right?)\n
    4. one or more Shells (the terminal - bash, zsh, etc…)\n
    5. a Desktop Environment (the GUI, if included, like KDE or Gnome - does this include X11 or Wayland or are those separate from the DE?)\n
    6. a bunch of Default applications and daemons (is this where systemd fits int? I know about the GNU tools, SAMBA, CUPS, etc…)\n
    7. a Package Manager (apt, pacman, etc…)\n
    \n
    Am I forgetting anything at this 50,000 foot level? I know there are lots of other things we can add, but what are the most important things that ALL Linux distributions include?\n
    \n
    Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 37
  +favouriteCount: 122
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701032472 {#1548
    date: 2023-11-26 22:01:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1714 …}
  +votes: Doctrine\ORM\PersistentCollection {#1720 …}
  +reports: Doctrine\ORM\PersistentCollection {#1739 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1598 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1626 …}
  +badges: Doctrine\ORM\PersistentCollection {#1701 …}
  +children: [
    App\Entity\EntryComment {#1609
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1577 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: null
      +root: null
      +body: "You need the “Userland” programs. Basic things like `ls`, `cp`, `cat`, etc. Usually it’s GNU core tools, but there’s also BusyBox or BSD equivalents."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1700968673 {#1431
        date: 2023-11-26 04:17:53.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@perishthethought@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1587 …}
      +nested: Doctrine\ORM\PersistentCollection {#1574 …}
      +votes: Doctrine\ORM\PersistentCollection {#1588 …}
      +reports: Doctrine\ORM\PersistentCollection {#1584 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1655 …}
      -id: 164837
      -bodyTs: "'also':22 'basic':6 'bsd':25 'busybox':23 'cat':11 'core':17 'cp':10 'equival':26 'etc':12 'gnu':16 'like':8 'ls':9 'need':2 'program':5 'thing':7 'tool':18 'userland':4 'usual':13"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5589549"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700968673 {#1694
        date: 2023-11-26 04:17:53.0 +01:00
      }
      +"title": 164837
    }
  ]
  -id: 16851
  -titleTs: "'compon':5 'distribut':9 'linux':8 'major':4"
  -bodyTs: "'000':120 '1':27 '2':31 '3':36 '4':48 '5':58 '50':119 '6':83 '7':106 'add':133 'anoth':34 'anyth':116 'applic':88 'apt':110 'bash':55 'bootload':35 'bunch':85 'correct':16 'cup':104 'daemon':90 'de':82 'default':87 'desktop':60 'distribut':144 'distro':26 'environ':61 'etc':57,105,112 'file':40,45 'fit':95 'foot':121 'forget':115 'gnome':69 'gnu':101 'gotta':42 'grub':32 'gui':63 'hi':1 'import':139 'includ':65,72,145 'int':96 'kde':67 'kernel':30 'know':98,124 'learn':5 'level':122 'like':66 'linux':7,29,143 'list':20 'lot':127 'major':22 'manag':109 'one':37,49 'packag':108 'pacman':111 'part':23 'right':47 'samba':103 'see':11 'separ':79 'shell':52 'somehow':46 'system':41 'systemd':94 'termin':54 'thank':146 'thing':130,140 'tool':102 'understand':14 'want':9 'wayland':75 'work':43 'x11':73 'zsh':56"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701049024
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/16037589"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700962624 {#1610
    date: 2023-11-26 02:37:04.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1577
  +user: Proxies\__CG__\App\Entity\User {#2454 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1715 …}
  +slug: "What-are-the-major-components-of-any-Linux-distribution"
  +title: "What are the major components of any Linux distribution?"
  +url: null
  +body: """
    Hi all - I am learning about Linux and want to see if my understanding is correct on this - the list of *major parts* of any distro:\n
    \n
    1. the Linux Kernel\n
    2. GRUB or another bootloader\n
    3. one or more file systems (gotta work with files somehow, right?)\n
    4. one or more Shells (the terminal - bash, zsh, etc…)\n
    5. a Desktop Environment (the GUI, if included, like KDE or Gnome - does this include X11 or Wayland or are those separate from the DE?)\n
    6. a bunch of Default applications and daemons (is this where systemd fits int? I know about the GNU tools, SAMBA, CUPS, etc…)\n
    7. a Package Manager (apt, pacman, etc…)\n
    \n
    Am I forgetting anything at this 50,000 foot level? I know there are lots of other things we can add, but what are the most important things that ALL Linux distributions include?\n
    \n
    Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 37
  +favouriteCount: 122
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701032472 {#1548
    date: 2023-11-26 22:01:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1714 …}
  +votes: Doctrine\ORM\PersistentCollection {#1720 …}
  +reports: Doctrine\ORM\PersistentCollection {#1739 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1598 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1626 …}
  +badges: Doctrine\ORM\PersistentCollection {#1701 …}
  +children: [
    App\Entity\EntryComment {#1609
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1577 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: null
      +root: null
      +body: "You need the “Userland” programs. Basic things like `ls`, `cp`, `cat`, etc. Usually it’s GNU core tools, but there’s also BusyBox or BSD equivalents."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1700968673 {#1431
        date: 2023-11-26 04:17:53.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@perishthethought@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1587 …}
      +nested: Doctrine\ORM\PersistentCollection {#1574 …}
      +votes: Doctrine\ORM\PersistentCollection {#1588 …}
      +reports: Doctrine\ORM\PersistentCollection {#1584 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1655 …}
      -id: 164837
      -bodyTs: "'also':22 'basic':6 'bsd':25 'busybox':23 'cat':11 'core':17 'cp':10 'equival':26 'etc':12 'gnu':16 'like':8 'ls':9 'need':2 'program':5 'thing':7 'tool':18 'userland':4 'usual':13"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5589549"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700968673 {#1694
        date: 2023-11-26 04:17:53.0 +01:00
      }
      +"title": 164837
    }
  ]
  -id: 16851
  -titleTs: "'compon':5 'distribut':9 'linux':8 'major':4"
  -bodyTs: "'000':120 '1':27 '2':31 '3':36 '4':48 '5':58 '50':119 '6':83 '7':106 'add':133 'anoth':34 'anyth':116 'applic':88 'apt':110 'bash':55 'bootload':35 'bunch':85 'correct':16 'cup':104 'daemon':90 'de':82 'default':87 'desktop':60 'distribut':144 'distro':26 'environ':61 'etc':57,105,112 'file':40,45 'fit':95 'foot':121 'forget':115 'gnome':69 'gnu':101 'gotta':42 'grub':32 'gui':63 'hi':1 'import':139 'includ':65,72,145 'int':96 'kde':67 'kernel':30 'know':98,124 'learn':5 'level':122 'like':66 'linux':7,29,143 'list':20 'lot':127 'major':22 'manag':109 'one':37,49 'packag':108 'pacman':111 'part':23 'right':47 'samba':103 'see':11 'separ':79 'shell':52 'somehow':46 'system':41 'systemd':94 'termin':54 'thank':146 'thing':130,140 'tool':102 'understand':14 'want':9 'wayland':75 'work':43 'x11':73 'zsh':56"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701049024
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/16037589"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700962624 {#1610
    date: 2023-11-26 02:37:04.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
5 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
6 DENIED moderate
App\Entity\EntryComment {#1609
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1577
    +user: Proxies\__CG__\App\Entity\User {#2454 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1715 …}
    +slug: "What-are-the-major-components-of-any-Linux-distribution"
    +title: "What are the major components of any Linux distribution?"
    +url: null
    +body: """
      Hi all - I am learning about Linux and want to see if my understanding is correct on this - the list of *major parts* of any distro:\n
      \n
      1. the Linux Kernel\n
      2. GRUB or another bootloader\n
      3. one or more file systems (gotta work with files somehow, right?)\n
      4. one or more Shells (the terminal - bash, zsh, etc…)\n
      5. a Desktop Environment (the GUI, if included, like KDE or Gnome - does this include X11 or Wayland or are those separate from the DE?)\n
      6. a bunch of Default applications and daemons (is this where systemd fits int? I know about the GNU tools, SAMBA, CUPS, etc…)\n
      7. a Package Manager (apt, pacman, etc…)\n
      \n
      Am I forgetting anything at this 50,000 foot level? I know there are lots of other things we can add, but what are the most important things that ALL Linux distributions include?\n
      \n
      Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 37
    +favouriteCount: 122
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701032472 {#1548
      date: 2023-11-26 22:01:12.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1714 …}
    +votes: Doctrine\ORM\PersistentCollection {#1720 …}
    +reports: Doctrine\ORM\PersistentCollection {#1739 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1598 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1626 …}
    +badges: Doctrine\ORM\PersistentCollection {#1701 …}
    +children: [
      App\Entity\EntryComment {#1609}
    ]
    -id: 16851
    -titleTs: "'compon':5 'distribut':9 'linux':8 'major':4"
    -bodyTs: "'000':120 '1':27 '2':31 '3':36 '4':48 '5':58 '50':119 '6':83 '7':106 'add':133 'anoth':34 'anyth':116 'applic':88 'apt':110 'bash':55 'bootload':35 'bunch':85 'correct':16 'cup':104 'daemon':90 'de':82 'default':87 'desktop':60 'distribut':144 'distro':26 'environ':61 'etc':57,105,112 'file':40,45 'fit':95 'foot':121 'forget':115 'gnome':69 'gnu':101 'gotta':42 'grub':32 'gui':63 'hi':1 'import':139 'includ':65,72,145 'int':96 'kde':67 'kernel':30 'know':98,124 'learn':5 'level':122 'like':66 'linux':7,29,143 'list':20 'lot':127 'major':22 'manag':109 'one':37,49 'packag':108 'pacman':111 'part':23 'right':47 'samba':103 'see':11 'separ':79 'shell':52 'somehow':46 'system':41 'systemd':94 'termin':54 'thank':146 'thing':130,140 'tool':102 'understand':14 'want':9 'wayland':75 'work':43 'x11':73 'zsh':56"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701049024
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/16037589"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700962624 {#1610
      date: 2023-11-26 02:37:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: null
  +root: null
  +body: "You need the “Userland” programs. Basic things like `ls`, `cp`, `cat`, etc. Usually it’s GNU core tools, but there’s also BusyBox or BSD equivalents."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1700968673 {#1431
    date: 2023-11-26 04:17:53.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@perishthethought@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1587 …}
  +nested: Doctrine\ORM\PersistentCollection {#1574 …}
  +votes: Doctrine\ORM\PersistentCollection {#1588 …}
  +reports: Doctrine\ORM\PersistentCollection {#1584 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1655 …}
  -id: 164837
  -bodyTs: "'also':22 'basic':6 'bsd':25 'busybox':23 'cat':11 'core':17 'cp':10 'equival':26 'etc':12 'gnu':16 'like':8 'ls':9 'need':2 'program':5 'thing':7 'tool':18 'userland':4 'usual':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5589549"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700968673 {#1694
    date: 2023-11-26 04:17:53.0 +01:00
  }
  +"title": 164837
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED edit
App\Entity\EntryComment {#1609
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1577
    +user: Proxies\__CG__\App\Entity\User {#2454 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1715 …}
    +slug: "What-are-the-major-components-of-any-Linux-distribution"
    +title: "What are the major components of any Linux distribution?"
    +url: null
    +body: """
      Hi all - I am learning about Linux and want to see if my understanding is correct on this - the list of *major parts* of any distro:\n
      \n
      1. the Linux Kernel\n
      2. GRUB or another bootloader\n
      3. one or more file systems (gotta work with files somehow, right?)\n
      4. one or more Shells (the terminal - bash, zsh, etc…)\n
      5. a Desktop Environment (the GUI, if included, like KDE or Gnome - does this include X11 or Wayland or are those separate from the DE?)\n
      6. a bunch of Default applications and daemons (is this where systemd fits int? I know about the GNU tools, SAMBA, CUPS, etc…)\n
      7. a Package Manager (apt, pacman, etc…)\n
      \n
      Am I forgetting anything at this 50,000 foot level? I know there are lots of other things we can add, but what are the most important things that ALL Linux distributions include?\n
      \n
      Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 37
    +favouriteCount: 122
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701032472 {#1548
      date: 2023-11-26 22:01:12.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1714 …}
    +votes: Doctrine\ORM\PersistentCollection {#1720 …}
    +reports: Doctrine\ORM\PersistentCollection {#1739 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1598 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1626 …}
    +badges: Doctrine\ORM\PersistentCollection {#1701 …}
    +children: [
      App\Entity\EntryComment {#1609}
    ]
    -id: 16851
    -titleTs: "'compon':5 'distribut':9 'linux':8 'major':4"
    -bodyTs: "'000':120 '1':27 '2':31 '3':36 '4':48 '5':58 '50':119 '6':83 '7':106 'add':133 'anoth':34 'anyth':116 'applic':88 'apt':110 'bash':55 'bootload':35 'bunch':85 'correct':16 'cup':104 'daemon':90 'de':82 'default':87 'desktop':60 'distribut':144 'distro':26 'environ':61 'etc':57,105,112 'file':40,45 'fit':95 'foot':121 'forget':115 'gnome':69 'gnu':101 'gotta':42 'grub':32 'gui':63 'hi':1 'import':139 'includ':65,72,145 'int':96 'kde':67 'kernel':30 'know':98,124 'learn':5 'level':122 'like':66 'linux':7,29,143 'list':20 'lot':127 'major':22 'manag':109 'one':37,49 'packag':108 'pacman':111 'part':23 'right':47 'samba':103 'see':11 'separ':79 'shell':52 'somehow':46 'system':41 'systemd':94 'termin':54 'thank':146 'thing':130,140 'tool':102 'understand':14 'want':9 'wayland':75 'work':43 'x11':73 'zsh':56"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701049024
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/16037589"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700962624 {#1610
      date: 2023-11-26 02:37:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: null
  +root: null
  +body: "You need the “Userland” programs. Basic things like `ls`, `cp`, `cat`, etc. Usually it’s GNU core tools, but there’s also BusyBox or BSD equivalents."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1700968673 {#1431
    date: 2023-11-26 04:17:53.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@perishthethought@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1587 …}
  +nested: Doctrine\ORM\PersistentCollection {#1574 …}
  +votes: Doctrine\ORM\PersistentCollection {#1588 …}
  +reports: Doctrine\ORM\PersistentCollection {#1584 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1655 …}
  -id: 164837
  -bodyTs: "'also':22 'basic':6 'bsd':25 'busybox':23 'cat':11 'core':17 'cp':10 'equival':26 'etc':12 'gnu':16 'like':8 'ls':9 'need':2 'program':5 'thing':7 'tool':18 'userland':4 'usual':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5589549"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700968673 {#1694
    date: 2023-11-26 04:17:53.0 +01:00
  }
  +"title": 164837
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED moderate
App\Entity\EntryComment {#1609
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1577
    +user: Proxies\__CG__\App\Entity\User {#2454 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1715 …}
    +slug: "What-are-the-major-components-of-any-Linux-distribution"
    +title: "What are the major components of any Linux distribution?"
    +url: null
    +body: """
      Hi all - I am learning about Linux and want to see if my understanding is correct on this - the list of *major parts* of any distro:\n
      \n
      1. the Linux Kernel\n
      2. GRUB or another bootloader\n
      3. one or more file systems (gotta work with files somehow, right?)\n
      4. one or more Shells (the terminal - bash, zsh, etc…)\n
      5. a Desktop Environment (the GUI, if included, like KDE or Gnome - does this include X11 or Wayland or are those separate from the DE?)\n
      6. a bunch of Default applications and daemons (is this where systemd fits int? I know about the GNU tools, SAMBA, CUPS, etc…)\n
      7. a Package Manager (apt, pacman, etc…)\n
      \n
      Am I forgetting anything at this 50,000 foot level? I know there are lots of other things we can add, but what are the most important things that ALL Linux distributions include?\n
      \n
      Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 37
    +favouriteCount: 122
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701032472 {#1548
      date: 2023-11-26 22:01:12.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1714 …}
    +votes: Doctrine\ORM\PersistentCollection {#1720 …}
    +reports: Doctrine\ORM\PersistentCollection {#1739 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1598 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1626 …}
    +badges: Doctrine\ORM\PersistentCollection {#1701 …}
    +children: [
      App\Entity\EntryComment {#1609}
    ]
    -id: 16851
    -titleTs: "'compon':5 'distribut':9 'linux':8 'major':4"
    -bodyTs: "'000':120 '1':27 '2':31 '3':36 '4':48 '5':58 '50':119 '6':83 '7':106 'add':133 'anoth':34 'anyth':116 'applic':88 'apt':110 'bash':55 'bootload':35 'bunch':85 'correct':16 'cup':104 'daemon':90 'de':82 'default':87 'desktop':60 'distribut':144 'distro':26 'environ':61 'etc':57,105,112 'file':40,45 'fit':95 'foot':121 'forget':115 'gnome':69 'gnu':101 'gotta':42 'grub':32 'gui':63 'hi':1 'import':139 'includ':65,72,145 'int':96 'kde':67 'kernel':30 'know':98,124 'learn':5 'level':122 'like':66 'linux':7,29,143 'list':20 'lot':127 'major':22 'manag':109 'one':37,49 'packag':108 'pacman':111 'part':23 'right':47 'samba':103 'see':11 'separ':79 'shell':52 'somehow':46 'system':41 'systemd':94 'termin':54 'thank':146 'thing':130,140 'tool':102 'understand':14 'want':9 'wayland':75 'work':43 'x11':73 'zsh':56"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701049024
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/16037589"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700962624 {#1610
      date: 2023-11-26 02:37:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: null
  +root: null
  +body: "You need the “Userland” programs. Basic things like `ls`, `cp`, `cat`, etc. Usually it’s GNU core tools, but there’s also BusyBox or BSD equivalents."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1700968673 {#1431
    date: 2023-11-26 04:17:53.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@perishthethought@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1587 …}
  +nested: Doctrine\ORM\PersistentCollection {#1574 …}
  +votes: Doctrine\ORM\PersistentCollection {#1588 …}
  +reports: Doctrine\ORM\PersistentCollection {#1584 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1655 …}
  -id: 164837
  -bodyTs: "'also':22 'basic':6 'bsd':25 'busybox':23 'cat':11 'core':17 'cp':10 'equival':26 'etc':12 'gnu':16 'like':8 'ls':9 'need':2 'program':5 'thing':7 'tool':18 'userland':4 'usual':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5589549"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700968673 {#1694
    date: 2023-11-26 04:17:53.0 +01:00
  }
  +"title": 164837
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_ADMIN
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED ROLE_MODERATOR
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details