GET https://kbin.spritesserver.nl/u/@LassCalibur@beehaw.org/comments/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 …}
}
0.28 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.06 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
App\Entity\EntryComment {#2084
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1908 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2378 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Yeah the boot process is a mess! Debian’s noisy GRUB and unsightly boot text is an obvious and unnecessary paint point for a desktop user but very desirable for server installations. You do have some options though!\n
    \n
    Carlo Contavalli apparently has a relatively simple work-around discussed at [rabexc.org/posts/grub-shush](https://rabexc.org/posts/grub-shush). What I’ve done in the past is rebuilding Ubuntu’s source deb package for GRUB against my Debian system. You can grab it at [packages.ubuntu.com/source/lunar/grub2](https://packages.ubuntu.com/source/lunar/grub2). Build instructions can be found here [unix.stackexchange.com/…/how-to-compile-a-debian-…](https://unix.stackexchange.com/questions/117503/how-to-compile-a-debian-package-from-source).\n
    \n
    The great thing about Debian, Linux, and FLOSS is that you can even automate downloading Debian’s source package when it gets updated, applying the silent patch, applying Ubuntu’s compilation options, compiling the deb, and installing the deb! But yeah why can some package maintainer not provide such as an option in the repository! It’s really an annoyance for many and almost makes me feel like I’m not the type of user the Debian community desires. Like, “Wait… what? You like pretty stuff? GTFO!” Maybe its even true? Hopefully you will enjoy using Debian! Its most preferable to Ubuntu in many ways these days!
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706493861 {#2081
    date: 2024-01-29 03:04:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@haui_lemmy@lemmy.giftedmc.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2381 …}
  +nested: Doctrine\ORM\PersistentCollection {#1910 …}
  +votes: Doctrine\ORM\PersistentCollection {#1909 …}
  +reports: Doctrine\ORM\PersistentCollection {#1410 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2386 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1361 …}
  -id: 348602
  -bodyTs: "'/how-to-compile-a-debian-':89 '/posts/grub-shush](https://rabexc.org/posts/grub-shush).':53 '/questions/117503/how-to-compile-a-debian-package-from-source).':92 '/source/lunar/grub2](https://packages.ubuntu.com/source/lunar/grub2).':81 'almost':156 'annoy':152 'appar':41 'appli':116,120 'around':48 'autom':106 'boot':3,14 'build':82 'carlo':39 'communiti':170 'compil':123,125 'contav':40 'day':199 'deb':66,127,131 'debian':8,72,97,108,169,189 'desir':29,171 'desktop':25 'discuss':49 'done':57 'download':107 'enjoy':187 'even':105,182 'feel':159 'floss':100 'found':86 'get':114 'grab':76 'great':94 'grub':11,69 'gtfo':179 'hope':184 'instal':32,129 'instruct':83 'like':160,172,176 'linux':98 'm':162 'maintain':138 'make':157 'mani':154,196 'mayb':180 'mess':7 'noisi':10 'obvious':18 'option':37,124,144 'packag':67,111,137 'packages.ubuntu.com':80 'packages.ubuntu.com/source/lunar/grub2](https://packages.ubuntu.com/source/lunar/grub2).':79 'paint':21 'past':60 'patch':119 'point':22 'prefer':192 'pretti':177 'process':4 'provid':140 'rabexc.org':52 'rabexc.org/posts/grub-shush](https://rabexc.org/posts/grub-shush).':51 'realli':150 'rebuild':62 'relat':44 'repositori':147 'server':31 'silent':118 'simpl':45 'sourc':65,110 'stuff':178 'system':73 'text':15 'thing':95 'though':38 'true':183 'type':165 'ubuntu':63,121,194 'unix.stackexchange.com':88,91 'unix.stackexchange.com/questions/117503/how-to-compile-a-debian-package-from-source).':90 'unnecessari':20 'unsight':13 'updat':115 'use':188 'user':26,167 've':56 'wait':173 'way':197 'work':47 'work-around':46 'yeah':1,133"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2263014"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706493861 {#1407
    date: 2024-01-29 03:04:21.0 +01:00
  }
}
"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
3 DENIED edit
App\Entity\EntryComment {#2084
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1908 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2378 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Yeah the boot process is a mess! Debian’s noisy GRUB and unsightly boot text is an obvious and unnecessary paint point for a desktop user but very desirable for server installations. You do have some options though!\n
    \n
    Carlo Contavalli apparently has a relatively simple work-around discussed at [rabexc.org/posts/grub-shush](https://rabexc.org/posts/grub-shush). What I’ve done in the past is rebuilding Ubuntu’s source deb package for GRUB against my Debian system. You can grab it at [packages.ubuntu.com/source/lunar/grub2](https://packages.ubuntu.com/source/lunar/grub2). Build instructions can be found here [unix.stackexchange.com/…/how-to-compile-a-debian-…](https://unix.stackexchange.com/questions/117503/how-to-compile-a-debian-package-from-source).\n
    \n
    The great thing about Debian, Linux, and FLOSS is that you can even automate downloading Debian’s source package when it gets updated, applying the silent patch, applying Ubuntu’s compilation options, compiling the deb, and installing the deb! But yeah why can some package maintainer not provide such as an option in the repository! It’s really an annoyance for many and almost makes me feel like I’m not the type of user the Debian community desires. Like, “Wait… what? You like pretty stuff? GTFO!” Maybe its even true? Hopefully you will enjoy using Debian! Its most preferable to Ubuntu in many ways these days!
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706493861 {#2081
    date: 2024-01-29 03:04:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@haui_lemmy@lemmy.giftedmc.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2381 …}
  +nested: Doctrine\ORM\PersistentCollection {#1910 …}
  +votes: Doctrine\ORM\PersistentCollection {#1909 …}
  +reports: Doctrine\ORM\PersistentCollection {#1410 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2386 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1361 …}
  -id: 348602
  -bodyTs: "'/how-to-compile-a-debian-':89 '/posts/grub-shush](https://rabexc.org/posts/grub-shush).':53 '/questions/117503/how-to-compile-a-debian-package-from-source).':92 '/source/lunar/grub2](https://packages.ubuntu.com/source/lunar/grub2).':81 'almost':156 'annoy':152 'appar':41 'appli':116,120 'around':48 'autom':106 'boot':3,14 'build':82 'carlo':39 'communiti':170 'compil':123,125 'contav':40 'day':199 'deb':66,127,131 'debian':8,72,97,108,169,189 'desir':29,171 'desktop':25 'discuss':49 'done':57 'download':107 'enjoy':187 'even':105,182 'feel':159 'floss':100 'found':86 'get':114 'grab':76 'great':94 'grub':11,69 'gtfo':179 'hope':184 'instal':32,129 'instruct':83 'like':160,172,176 'linux':98 'm':162 'maintain':138 'make':157 'mani':154,196 'mayb':180 'mess':7 'noisi':10 'obvious':18 'option':37,124,144 'packag':67,111,137 'packages.ubuntu.com':80 'packages.ubuntu.com/source/lunar/grub2](https://packages.ubuntu.com/source/lunar/grub2).':79 'paint':21 'past':60 'patch':119 'point':22 'prefer':192 'pretti':177 'process':4 'provid':140 'rabexc.org':52 'rabexc.org/posts/grub-shush](https://rabexc.org/posts/grub-shush).':51 'realli':150 'rebuild':62 'relat':44 'repositori':147 'server':31 'silent':118 'simpl':45 'sourc':65,110 'stuff':178 'system':73 'text':15 'thing':95 'though':38 'true':183 'type':165 'ubuntu':63,121,194 'unix.stackexchange.com':88,91 'unix.stackexchange.com/questions/117503/how-to-compile-a-debian-package-from-source).':90 'unnecessari':20 'unsight':13 'updat':115 'use':188 'user':26,167 've':56 'wait':173 'way':197 'work':47 'work-around':46 'yeah':1,133"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2263014"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706493861 {#1407
    date: 2024-01-29 03:04:21.0 +01:00
  }
}
"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
4 DENIED moderate
App\Entity\EntryComment {#2084
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1908 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2378 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Yeah the boot process is a mess! Debian’s noisy GRUB and unsightly boot text is an obvious and unnecessary paint point for a desktop user but very desirable for server installations. You do have some options though!\n
    \n
    Carlo Contavalli apparently has a relatively simple work-around discussed at [rabexc.org/posts/grub-shush](https://rabexc.org/posts/grub-shush). What I’ve done in the past is rebuilding Ubuntu’s source deb package for GRUB against my Debian system. You can grab it at [packages.ubuntu.com/source/lunar/grub2](https://packages.ubuntu.com/source/lunar/grub2). Build instructions can be found here [unix.stackexchange.com/…/how-to-compile-a-debian-…](https://unix.stackexchange.com/questions/117503/how-to-compile-a-debian-package-from-source).\n
    \n
    The great thing about Debian, Linux, and FLOSS is that you can even automate downloading Debian’s source package when it gets updated, applying the silent patch, applying Ubuntu’s compilation options, compiling the deb, and installing the deb! But yeah why can some package maintainer not provide such as an option in the repository! It’s really an annoyance for many and almost makes me feel like I’m not the type of user the Debian community desires. Like, “Wait… what? You like pretty stuff? GTFO!” Maybe its even true? Hopefully you will enjoy using Debian! Its most preferable to Ubuntu in many ways these days!
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706493861 {#2081
    date: 2024-01-29 03:04:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@haui_lemmy@lemmy.giftedmc.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2381 …}
  +nested: Doctrine\ORM\PersistentCollection {#1910 …}
  +votes: Doctrine\ORM\PersistentCollection {#1909 …}
  +reports: Doctrine\ORM\PersistentCollection {#1410 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2386 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1361 …}
  -id: 348602
  -bodyTs: "'/how-to-compile-a-debian-':89 '/posts/grub-shush](https://rabexc.org/posts/grub-shush).':53 '/questions/117503/how-to-compile-a-debian-package-from-source).':92 '/source/lunar/grub2](https://packages.ubuntu.com/source/lunar/grub2).':81 'almost':156 'annoy':152 'appar':41 'appli':116,120 'around':48 'autom':106 'boot':3,14 'build':82 'carlo':39 'communiti':170 'compil':123,125 'contav':40 'day':199 'deb':66,127,131 'debian':8,72,97,108,169,189 'desir':29,171 'desktop':25 'discuss':49 'done':57 'download':107 'enjoy':187 'even':105,182 'feel':159 'floss':100 'found':86 'get':114 'grab':76 'great':94 'grub':11,69 'gtfo':179 'hope':184 'instal':32,129 'instruct':83 'like':160,172,176 'linux':98 'm':162 'maintain':138 'make':157 'mani':154,196 'mayb':180 'mess':7 'noisi':10 'obvious':18 'option':37,124,144 'packag':67,111,137 'packages.ubuntu.com':80 'packages.ubuntu.com/source/lunar/grub2](https://packages.ubuntu.com/source/lunar/grub2).':79 'paint':21 'past':60 'patch':119 'point':22 'prefer':192 'pretti':177 'process':4 'provid':140 'rabexc.org':52 'rabexc.org/posts/grub-shush](https://rabexc.org/posts/grub-shush).':51 'realli':150 'rebuild':62 'relat':44 'repositori':147 'server':31 'silent':118 'simpl':45 'sourc':65,110 'stuff':178 'system':73 'text':15 'thing':95 'though':38 'true':183 'type':165 'ubuntu':63,121,194 'unix.stackexchange.com':88,91 'unix.stackexchange.com/questions/117503/how-to-compile-a-debian-package-from-source).':90 'unnecessari':20 'unsight':13 'updat':115 'use':188 'user':26,167 've':56 'wait':173 'way':197 'work':47 'work-around':46 'yeah':1,133"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2263014"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706493861 {#1407
    date: 2024-01-29 03:04:21.0 +01:00
  }
}
"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