GET https://kbin.spritesserver.nl/u/@richardisaguy@lemmy.world/active/2023-11-13::2023-11-13

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.27 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.05 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 {#1585
  +user: Proxies\__CG__\App\Entity\User {#2459 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1630 …}
  +slug: "Comparison-between-NixOS-vs-blendOS-vs-Vanilla-OS-what-to"
  +title: "Comparison between NixOS vs blendOS vs Vanilla OS: what to pick and why?"
  +url: null
  +body: """
    So I’ve recently taken an interest in these three distros:\n
    \n
    - [NixOS](NixOS)\n
    - [blendOS](https://blendos.co/)\n
    - [Vanilla OS](https://vanillaos.org/)\n
    \n
    All of these offer something very interesting:  \n
    Access to (basically) all Linux-capable software, no matter from what repo.\n
    \n
    Both *NixOS* and *blendOS* are based on config files, from which your system is basically derived from, and Vanilla OS uses a package manager `apx` to install from any given repo, regardless of distribution.\n
    \n
    While I’ve looked into *Fedora Silverblue,* that distro is limited to only install Flatpaks (edit: no, not really), which is fine for “apps”, but seems to be more of a problem with managing system- and CLI tools.\n
    \n
    I haven’t distro hopped yet, as I’m still on [Manjaro GNOME](https://manjaro.org/) on my devices.\n
    \n
    ---\n
    \n
    What are your thoughts on the three distros mentioned above?  \n
    Which ones are the most interesting, and for what reasons?\n
    \n
    Personally, I’m mostly interested in NixOS & blendOS, as I believe they may have more advantages compared to Arch;\n
    \n
    What do you think?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 66
  +favouriteCount: 90
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699933143 {#1715
    date: 2023-11-14 04:39:03.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1629 …}
  +votes: Doctrine\ORM\PersistentCollection {#1626 …}
  +reports: Doctrine\ORM\PersistentCollection {#1625 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2371 …}
  +badges: Doctrine\ORM\PersistentCollection {#1708 …}
  +children: [
    App\Entity\EntryComment {#1640
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1585 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
      +image: null
      +parent: null
      +root: null
      +body: "You van both use rpm-ostree and toolbox to install regular fedora packages on silverblue/kinoite"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1699997119 {#1698
        date: 2023-11-14 22:25:19.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@tanja@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1561 …}
      +nested: Doctrine\ORM\PersistentCollection {#1528 …}
      +votes: Doctrine\ORM\PersistentCollection {#1568 …}
      +reports: Doctrine\ORM\PersistentCollection {#1549 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1548 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1591 …}
      -id: 118207
      -bodyTs: "'fedora':13 'instal':11 'ostre':7 'packag':14 'regular':12 'rpm':6 'rpm-ostre':5 'silverblue/kinoite':16 'toolbox':9 'use':4 'van':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5273015"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699840883 {#1609
        date: 2023-11-13 03:01:23.0 +01:00
      }
      +"title": 118207
    }
  ]
  -id: 12379
  -titleTs: "'blendo':5 'comparison':1 'nixo':3 'os':8 'pick':11 'vanilla':7 'vs':4,6"
  -bodyTs: "'/)':17,22,130 'access':30 'advantag':169 'app':100 'apx':67 'arch':172 'base':48 'basic':32,57 'believ':164 'blendo':14,46,161 'blendos.co':16 'blendos.co/)':15 'capabl':36 'cli':113 'compar':170 'config':50 'deriv':58 'devic':133 'distribut':76 'distro':11,85,118,141 'edit':92 'fedora':82 'file':51 'fine':98 'flatpak':91 'given':72 'gnome':127 'haven':116 'hop':119 'instal':69,90 'interest':7,29,149,158 'limit':87 'linux':35 'linux-cap':34 'look':80 'm':123,156 'manag':66,110 'manjaro':126 'manjaro.org':129 'manjaro.org/)':128 'matter':39 'may':166 'mention':142 'most':157 'nixo':12,13,44,160 'offer':26 'one':145 'os':19,62 'packag':65 'person':154 'problem':108 'realli':95 'reason':153 'recent':4 'regardless':74 'repo':42,73 'seem':102 'silverblu':83 'softwar':37 'someth':27 'still':124 'system':55,111 'taken':5 'think':176 'thought':137 'three':10,140 'tool':114 'use':63 'vanilla':18,61 'vanillaos.org':21 'vanillaos.org/)':20 've':3,79 'yet':120"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699918854
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/post/5318029"
  +editedAt: DateTimeImmutable @1700043968 {#1645
    date: 2023-11-15 11:26:08.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699832454 {#1740
    date: 2023-11-13 00:40:54.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 {#1585
  +user: Proxies\__CG__\App\Entity\User {#2459 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1630 …}
  +slug: "Comparison-between-NixOS-vs-blendOS-vs-Vanilla-OS-what-to"
  +title: "Comparison between NixOS vs blendOS vs Vanilla OS: what to pick and why?"
  +url: null
  +body: """
    So I’ve recently taken an interest in these three distros:\n
    \n
    - [NixOS](NixOS)\n
    - [blendOS](https://blendos.co/)\n
    - [Vanilla OS](https://vanillaos.org/)\n
    \n
    All of these offer something very interesting:  \n
    Access to (basically) all Linux-capable software, no matter from what repo.\n
    \n
    Both *NixOS* and *blendOS* are based on config files, from which your system is basically derived from, and Vanilla OS uses a package manager `apx` to install from any given repo, regardless of distribution.\n
    \n
    While I’ve looked into *Fedora Silverblue,* that distro is limited to only install Flatpaks (edit: no, not really), which is fine for “apps”, but seems to be more of a problem with managing system- and CLI tools.\n
    \n
    I haven’t distro hopped yet, as I’m still on [Manjaro GNOME](https://manjaro.org/) on my devices.\n
    \n
    ---\n
    \n
    What are your thoughts on the three distros mentioned above?  \n
    Which ones are the most interesting, and for what reasons?\n
    \n
    Personally, I’m mostly interested in NixOS & blendOS, as I believe they may have more advantages compared to Arch;\n
    \n
    What do you think?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 66
  +favouriteCount: 90
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699933143 {#1715
    date: 2023-11-14 04:39:03.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1629 …}
  +votes: Doctrine\ORM\PersistentCollection {#1626 …}
  +reports: Doctrine\ORM\PersistentCollection {#1625 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2371 …}
  +badges: Doctrine\ORM\PersistentCollection {#1708 …}
  +children: [
    App\Entity\EntryComment {#1640
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1585 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
      +image: null
      +parent: null
      +root: null
      +body: "You van both use rpm-ostree and toolbox to install regular fedora packages on silverblue/kinoite"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1699997119 {#1698
        date: 2023-11-14 22:25:19.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@tanja@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1561 …}
      +nested: Doctrine\ORM\PersistentCollection {#1528 …}
      +votes: Doctrine\ORM\PersistentCollection {#1568 …}
      +reports: Doctrine\ORM\PersistentCollection {#1549 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1548 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1591 …}
      -id: 118207
      -bodyTs: "'fedora':13 'instal':11 'ostre':7 'packag':14 'regular':12 'rpm':6 'rpm-ostre':5 'silverblue/kinoite':16 'toolbox':9 'use':4 'van':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5273015"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699840883 {#1609
        date: 2023-11-13 03:01:23.0 +01:00
      }
      +"title": 118207
    }
  ]
  -id: 12379
  -titleTs: "'blendo':5 'comparison':1 'nixo':3 'os':8 'pick':11 'vanilla':7 'vs':4,6"
  -bodyTs: "'/)':17,22,130 'access':30 'advantag':169 'app':100 'apx':67 'arch':172 'base':48 'basic':32,57 'believ':164 'blendo':14,46,161 'blendos.co':16 'blendos.co/)':15 'capabl':36 'cli':113 'compar':170 'config':50 'deriv':58 'devic':133 'distribut':76 'distro':11,85,118,141 'edit':92 'fedora':82 'file':51 'fine':98 'flatpak':91 'given':72 'gnome':127 'haven':116 'hop':119 'instal':69,90 'interest':7,29,149,158 'limit':87 'linux':35 'linux-cap':34 'look':80 'm':123,156 'manag':66,110 'manjaro':126 'manjaro.org':129 'manjaro.org/)':128 'matter':39 'may':166 'mention':142 'most':157 'nixo':12,13,44,160 'offer':26 'one':145 'os':19,62 'packag':65 'person':154 'problem':108 'realli':95 'reason':153 'recent':4 'regardless':74 'repo':42,73 'seem':102 'silverblu':83 'softwar':37 'someth':27 'still':124 'system':55,111 'taken':5 'think':176 'thought':137 'three':10,140 'tool':114 'use':63 'vanilla':18,61 'vanillaos.org':21 'vanillaos.org/)':20 've':3,79 'yet':120"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699918854
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/post/5318029"
  +editedAt: DateTimeImmutable @1700043968 {#1645
    date: 2023-11-15 11:26:08.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699832454 {#1740
    date: 2023-11-13 00:40:54.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 {#1585
  +user: Proxies\__CG__\App\Entity\User {#2459 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1630 …}
  +slug: "Comparison-between-NixOS-vs-blendOS-vs-Vanilla-OS-what-to"
  +title: "Comparison between NixOS vs blendOS vs Vanilla OS: what to pick and why?"
  +url: null
  +body: """
    So I’ve recently taken an interest in these three distros:\n
    \n
    - [NixOS](NixOS)\n
    - [blendOS](https://blendos.co/)\n
    - [Vanilla OS](https://vanillaos.org/)\n
    \n
    All of these offer something very interesting:  \n
    Access to (basically) all Linux-capable software, no matter from what repo.\n
    \n
    Both *NixOS* and *blendOS* are based on config files, from which your system is basically derived from, and Vanilla OS uses a package manager `apx` to install from any given repo, regardless of distribution.\n
    \n
    While I’ve looked into *Fedora Silverblue,* that distro is limited to only install Flatpaks (edit: no, not really), which is fine for “apps”, but seems to be more of a problem with managing system- and CLI tools.\n
    \n
    I haven’t distro hopped yet, as I’m still on [Manjaro GNOME](https://manjaro.org/) on my devices.\n
    \n
    ---\n
    \n
    What are your thoughts on the three distros mentioned above?  \n
    Which ones are the most interesting, and for what reasons?\n
    \n
    Personally, I’m mostly interested in NixOS & blendOS, as I believe they may have more advantages compared to Arch;\n
    \n
    What do you think?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 66
  +favouriteCount: 90
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699933143 {#1715
    date: 2023-11-14 04:39:03.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1629 …}
  +votes: Doctrine\ORM\PersistentCollection {#1626 …}
  +reports: Doctrine\ORM\PersistentCollection {#1625 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2371 …}
  +badges: Doctrine\ORM\PersistentCollection {#1708 …}
  +children: [
    App\Entity\EntryComment {#1640
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1585 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
      +image: null
      +parent: null
      +root: null
      +body: "You van both use rpm-ostree and toolbox to install regular fedora packages on silverblue/kinoite"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1699997119 {#1698
        date: 2023-11-14 22:25:19.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@tanja@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1561 …}
      +nested: Doctrine\ORM\PersistentCollection {#1528 …}
      +votes: Doctrine\ORM\PersistentCollection {#1568 …}
      +reports: Doctrine\ORM\PersistentCollection {#1549 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1548 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1591 …}
      -id: 118207
      -bodyTs: "'fedora':13 'instal':11 'ostre':7 'packag':14 'regular':12 'rpm':6 'rpm-ostre':5 'silverblue/kinoite':16 'toolbox':9 'use':4 'van':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5273015"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699840883 {#1609
        date: 2023-11-13 03:01:23.0 +01:00
      }
      +"title": 118207
    }
  ]
  -id: 12379
  -titleTs: "'blendo':5 'comparison':1 'nixo':3 'os':8 'pick':11 'vanilla':7 'vs':4,6"
  -bodyTs: "'/)':17,22,130 'access':30 'advantag':169 'app':100 'apx':67 'arch':172 'base':48 'basic':32,57 'believ':164 'blendo':14,46,161 'blendos.co':16 'blendos.co/)':15 'capabl':36 'cli':113 'compar':170 'config':50 'deriv':58 'devic':133 'distribut':76 'distro':11,85,118,141 'edit':92 'fedora':82 'file':51 'fine':98 'flatpak':91 'given':72 'gnome':127 'haven':116 'hop':119 'instal':69,90 'interest':7,29,149,158 'limit':87 'linux':35 'linux-cap':34 'look':80 'm':123,156 'manag':66,110 'manjaro':126 'manjaro.org':129 'manjaro.org/)':128 'matter':39 'may':166 'mention':142 'most':157 'nixo':12,13,44,160 'offer':26 'one':145 'os':19,62 'packag':65 'person':154 'problem':108 'realli':95 'reason':153 'recent':4 'regardless':74 'repo':42,73 'seem':102 'silverblu':83 'softwar':37 'someth':27 'still':124 'system':55,111 'taken':5 'think':176 'thought':137 'three':10,140 'tool':114 'use':63 'vanilla':18,61 'vanillaos.org':21 'vanillaos.org/)':20 've':3,79 'yet':120"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699918854
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/post/5318029"
  +editedAt: DateTimeImmutable @1700043968 {#1645
    date: 2023-11-15 11:26:08.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699832454 {#1740
    date: 2023-11-13 00:40:54.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 {#1640
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1585
    +user: Proxies\__CG__\App\Entity\User {#2459 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1630 …}
    +slug: "Comparison-between-NixOS-vs-blendOS-vs-Vanilla-OS-what-to"
    +title: "Comparison between NixOS vs blendOS vs Vanilla OS: what to pick and why?"
    +url: null
    +body: """
      So I’ve recently taken an interest in these three distros:\n
      \n
      - [NixOS](NixOS)\n
      - [blendOS](https://blendos.co/)\n
      - [Vanilla OS](https://vanillaos.org/)\n
      \n
      All of these offer something very interesting:  \n
      Access to (basically) all Linux-capable software, no matter from what repo.\n
      \n
      Both *NixOS* and *blendOS* are based on config files, from which your system is basically derived from, and Vanilla OS uses a package manager `apx` to install from any given repo, regardless of distribution.\n
      \n
      While I’ve looked into *Fedora Silverblue,* that distro is limited to only install Flatpaks (edit: no, not really), which is fine for “apps”, but seems to be more of a problem with managing system- and CLI tools.\n
      \n
      I haven’t distro hopped yet, as I’m still on [Manjaro GNOME](https://manjaro.org/) on my devices.\n
      \n
      ---\n
      \n
      What are your thoughts on the three distros mentioned above?  \n
      Which ones are the most interesting, and for what reasons?\n
      \n
      Personally, I’m mostly interested in NixOS & blendOS, as I believe they may have more advantages compared to Arch;\n
      \n
      What do you think?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 66
    +favouriteCount: 90
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699933143 {#1715
      date: 2023-11-14 04:39:03.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1629 …}
    +votes: Doctrine\ORM\PersistentCollection {#1626 …}
    +reports: Doctrine\ORM\PersistentCollection {#1625 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2371 …}
    +badges: Doctrine\ORM\PersistentCollection {#1708 …}
    +children: [
      App\Entity\EntryComment {#1640}
    ]
    -id: 12379
    -titleTs: "'blendo':5 'comparison':1 'nixo':3 'os':8 'pick':11 'vanilla':7 'vs':4,6"
    -bodyTs: "'/)':17,22,130 'access':30 'advantag':169 'app':100 'apx':67 'arch':172 'base':48 'basic':32,57 'believ':164 'blendo':14,46,161 'blendos.co':16 'blendos.co/)':15 'capabl':36 'cli':113 'compar':170 'config':50 'deriv':58 'devic':133 'distribut':76 'distro':11,85,118,141 'edit':92 'fedora':82 'file':51 'fine':98 'flatpak':91 'given':72 'gnome':127 'haven':116 'hop':119 'instal':69,90 'interest':7,29,149,158 'limit':87 'linux':35 'linux-cap':34 'look':80 'm':123,156 'manag':66,110 'manjaro':126 'manjaro.org':129 'manjaro.org/)':128 'matter':39 'may':166 'mention':142 'most':157 'nixo':12,13,44,160 'offer':26 'one':145 'os':19,62 'packag':65 'person':154 'problem':108 'realli':95 'reason':153 'recent':4 'regardless':74 'repo':42,73 'seem':102 'silverblu':83 'softwar':37 'someth':27 'still':124 'system':55,111 'taken':5 'think':176 'thought':137 'three':10,140 'tool':114 'use':63 'vanilla':18,61 'vanillaos.org':21 'vanillaos.org/)':20 've':3,79 'yet':120"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699918854
    +visibility: "visible             "
    +apId: "https://lemmy.blahaj.zone/post/5318029"
    +editedAt: DateTimeImmutable @1700043968 {#1645
      date: 2023-11-15 11:26:08.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699832454 {#1740
      date: 2023-11-13 00:40:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
  +image: null
  +parent: null
  +root: null
  +body: "You van both use rpm-ostree and toolbox to install regular fedora packages on silverblue/kinoite"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1699997119 {#1698
    date: 2023-11-14 22:25:19.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tanja@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1561 …}
  +nested: Doctrine\ORM\PersistentCollection {#1528 …}
  +votes: Doctrine\ORM\PersistentCollection {#1568 …}
  +reports: Doctrine\ORM\PersistentCollection {#1549 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1548 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1591 …}
  -id: 118207
  -bodyTs: "'fedora':13 'instal':11 'ostre':7 'packag':14 'regular':12 'rpm':6 'rpm-ostre':5 'silverblue/kinoite':16 'toolbox':9 'use':4 'van':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5273015"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699840883 {#1609
    date: 2023-11-13 03:01:23.0 +01:00
  }
  +"title": 118207
}
"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 {#1640
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1585
    +user: Proxies\__CG__\App\Entity\User {#2459 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1630 …}
    +slug: "Comparison-between-NixOS-vs-blendOS-vs-Vanilla-OS-what-to"
    +title: "Comparison between NixOS vs blendOS vs Vanilla OS: what to pick and why?"
    +url: null
    +body: """
      So I’ve recently taken an interest in these three distros:\n
      \n
      - [NixOS](NixOS)\n
      - [blendOS](https://blendos.co/)\n
      - [Vanilla OS](https://vanillaos.org/)\n
      \n
      All of these offer something very interesting:  \n
      Access to (basically) all Linux-capable software, no matter from what repo.\n
      \n
      Both *NixOS* and *blendOS* are based on config files, from which your system is basically derived from, and Vanilla OS uses a package manager `apx` to install from any given repo, regardless of distribution.\n
      \n
      While I’ve looked into *Fedora Silverblue,* that distro is limited to only install Flatpaks (edit: no, not really), which is fine for “apps”, but seems to be more of a problem with managing system- and CLI tools.\n
      \n
      I haven’t distro hopped yet, as I’m still on [Manjaro GNOME](https://manjaro.org/) on my devices.\n
      \n
      ---\n
      \n
      What are your thoughts on the three distros mentioned above?  \n
      Which ones are the most interesting, and for what reasons?\n
      \n
      Personally, I’m mostly interested in NixOS & blendOS, as I believe they may have more advantages compared to Arch;\n
      \n
      What do you think?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 66
    +favouriteCount: 90
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699933143 {#1715
      date: 2023-11-14 04:39:03.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1629 …}
    +votes: Doctrine\ORM\PersistentCollection {#1626 …}
    +reports: Doctrine\ORM\PersistentCollection {#1625 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2371 …}
    +badges: Doctrine\ORM\PersistentCollection {#1708 …}
    +children: [
      App\Entity\EntryComment {#1640}
    ]
    -id: 12379
    -titleTs: "'blendo':5 'comparison':1 'nixo':3 'os':8 'pick':11 'vanilla':7 'vs':4,6"
    -bodyTs: "'/)':17,22,130 'access':30 'advantag':169 'app':100 'apx':67 'arch':172 'base':48 'basic':32,57 'believ':164 'blendo':14,46,161 'blendos.co':16 'blendos.co/)':15 'capabl':36 'cli':113 'compar':170 'config':50 'deriv':58 'devic':133 'distribut':76 'distro':11,85,118,141 'edit':92 'fedora':82 'file':51 'fine':98 'flatpak':91 'given':72 'gnome':127 'haven':116 'hop':119 'instal':69,90 'interest':7,29,149,158 'limit':87 'linux':35 'linux-cap':34 'look':80 'm':123,156 'manag':66,110 'manjaro':126 'manjaro.org':129 'manjaro.org/)':128 'matter':39 'may':166 'mention':142 'most':157 'nixo':12,13,44,160 'offer':26 'one':145 'os':19,62 'packag':65 'person':154 'problem':108 'realli':95 'reason':153 'recent':4 'regardless':74 'repo':42,73 'seem':102 'silverblu':83 'softwar':37 'someth':27 'still':124 'system':55,111 'taken':5 'think':176 'thought':137 'three':10,140 'tool':114 'use':63 'vanilla':18,61 'vanillaos.org':21 'vanillaos.org/)':20 've':3,79 'yet':120"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699918854
    +visibility: "visible             "
    +apId: "https://lemmy.blahaj.zone/post/5318029"
    +editedAt: DateTimeImmutable @1700043968 {#1645
      date: 2023-11-15 11:26:08.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699832454 {#1740
      date: 2023-11-13 00:40:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
  +image: null
  +parent: null
  +root: null
  +body: "You van both use rpm-ostree and toolbox to install regular fedora packages on silverblue/kinoite"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1699997119 {#1698
    date: 2023-11-14 22:25:19.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tanja@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1561 …}
  +nested: Doctrine\ORM\PersistentCollection {#1528 …}
  +votes: Doctrine\ORM\PersistentCollection {#1568 …}
  +reports: Doctrine\ORM\PersistentCollection {#1549 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1548 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1591 …}
  -id: 118207
  -bodyTs: "'fedora':13 'instal':11 'ostre':7 'packag':14 'regular':12 'rpm':6 'rpm-ostre':5 'silverblue/kinoite':16 'toolbox':9 'use':4 'van':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5273015"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699840883 {#1609
    date: 2023-11-13 03:01:23.0 +01:00
  }
  +"title": 118207
}
"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 {#1640
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1585
    +user: Proxies\__CG__\App\Entity\User {#2459 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1630 …}
    +slug: "Comparison-between-NixOS-vs-blendOS-vs-Vanilla-OS-what-to"
    +title: "Comparison between NixOS vs blendOS vs Vanilla OS: what to pick and why?"
    +url: null
    +body: """
      So I’ve recently taken an interest in these three distros:\n
      \n
      - [NixOS](NixOS)\n
      - [blendOS](https://blendos.co/)\n
      - [Vanilla OS](https://vanillaos.org/)\n
      \n
      All of these offer something very interesting:  \n
      Access to (basically) all Linux-capable software, no matter from what repo.\n
      \n
      Both *NixOS* and *blendOS* are based on config files, from which your system is basically derived from, and Vanilla OS uses a package manager `apx` to install from any given repo, regardless of distribution.\n
      \n
      While I’ve looked into *Fedora Silverblue,* that distro is limited to only install Flatpaks (edit: no, not really), which is fine for “apps”, but seems to be more of a problem with managing system- and CLI tools.\n
      \n
      I haven’t distro hopped yet, as I’m still on [Manjaro GNOME](https://manjaro.org/) on my devices.\n
      \n
      ---\n
      \n
      What are your thoughts on the three distros mentioned above?  \n
      Which ones are the most interesting, and for what reasons?\n
      \n
      Personally, I’m mostly interested in NixOS & blendOS, as I believe they may have more advantages compared to Arch;\n
      \n
      What do you think?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 66
    +favouriteCount: 90
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699933143 {#1715
      date: 2023-11-14 04:39:03.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1629 …}
    +votes: Doctrine\ORM\PersistentCollection {#1626 …}
    +reports: Doctrine\ORM\PersistentCollection {#1625 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2371 …}
    +badges: Doctrine\ORM\PersistentCollection {#1708 …}
    +children: [
      App\Entity\EntryComment {#1640}
    ]
    -id: 12379
    -titleTs: "'blendo':5 'comparison':1 'nixo':3 'os':8 'pick':11 'vanilla':7 'vs':4,6"
    -bodyTs: "'/)':17,22,130 'access':30 'advantag':169 'app':100 'apx':67 'arch':172 'base':48 'basic':32,57 'believ':164 'blendo':14,46,161 'blendos.co':16 'blendos.co/)':15 'capabl':36 'cli':113 'compar':170 'config':50 'deriv':58 'devic':133 'distribut':76 'distro':11,85,118,141 'edit':92 'fedora':82 'file':51 'fine':98 'flatpak':91 'given':72 'gnome':127 'haven':116 'hop':119 'instal':69,90 'interest':7,29,149,158 'limit':87 'linux':35 'linux-cap':34 'look':80 'm':123,156 'manag':66,110 'manjaro':126 'manjaro.org':129 'manjaro.org/)':128 'matter':39 'may':166 'mention':142 'most':157 'nixo':12,13,44,160 'offer':26 'one':145 'os':19,62 'packag':65 'person':154 'problem':108 'realli':95 'reason':153 'recent':4 'regardless':74 'repo':42,73 'seem':102 'silverblu':83 'softwar':37 'someth':27 'still':124 'system':55,111 'taken':5 'think':176 'thought':137 'three':10,140 'tool':114 'use':63 'vanilla':18,61 'vanillaos.org':21 'vanillaos.org/)':20 've':3,79 'yet':120"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699918854
    +visibility: "visible             "
    +apId: "https://lemmy.blahaj.zone/post/5318029"
    +editedAt: DateTimeImmutable @1700043968 {#1645
      date: 2023-11-15 11:26:08.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699832454 {#1740
      date: 2023-11-13 00:40:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
  +image: null
  +parent: null
  +root: null
  +body: "You van both use rpm-ostree and toolbox to install regular fedora packages on silverblue/kinoite"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1699997119 {#1698
    date: 2023-11-14 22:25:19.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tanja@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1561 …}
  +nested: Doctrine\ORM\PersistentCollection {#1528 …}
  +votes: Doctrine\ORM\PersistentCollection {#1568 …}
  +reports: Doctrine\ORM\PersistentCollection {#1549 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1548 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1591 …}
  -id: 118207
  -bodyTs: "'fedora':13 'instal':11 'ostre':7 'packag':14 'regular':12 'rpm':6 'rpm-ostre':5 'silverblue/kinoite':16 'toolbox':9 'use':4 'van':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5273015"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699840883 {#1609
    date: 2023-11-13 03:01:23.0 +01:00
  }
  +"title": 118207
}
"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